G-Node / gin-cli

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

All logging in gin-cli should be handled by the ginclient package #276

Open achilleas-k opened 4 years ago

achilleas-k commented 4 years ago

None of the other packages should log anything. Logging, if necessary, should be handled at the top level, in ginclient or gincmd. This will make it easier for the other packages to be imported and used by other projects.