G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Minimise logging #164

Open achilleas-k opened 6 years ago

achilleas-k commented 6 years ago

The logs are a bit too busy right now. This is good for development, but eventually, they should be quieter and perhaps only log errors.

Ideally, we should have a configuration option that sets logging verbosity.

For now, it would be nice if log messages were collected throughout a command's execution and only get written to file when an error occurs.