decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

Log wallet connection errors #62

Open lukebp opened 4 years ago

lukebp commented 4 years ago

dcrtimed doesn't log wallet connection errors on startup. It just gets hung at this step:

07:36:09 2017-06-09 [INF] DCRT: Version : 0.1.0
07:36:09 2017-06-09 [INF] DCRT: Mode    : Store
07:36:09 2017-06-09 [INF] DCRT: Network : testnet2
07:36:09 2017-06-09 [INF] DCRT: Home dir: /home/user/.dcrtimed

This can be reproduced by starting dcrtimed without having a wallet process running.

The expected behavior is that dcrtime starts and continues to retry the wallet connection in the background. The logs should indicate that this is happening.