Use proper log handler
Closed this issue · 3 comments
cbaatz commented
Something that allows us to control verbosity would be nice.
cbaatz commented
Use Winston. Probably create a global var log
or something. Add reserved parameters -v
and --verbose
to set verbosity.
cbaatz commented
When doing this, also clean up content of logged messages.
cbaatz commented
Done, but not adding verbosity options until requested.