cbaatz/knit

Use proper log handler

Closed this issue · 3 comments

Something that allows us to control verbosity would be nice.

Use Winston. Probably create a global var log or something. Add reserved parameters -v and --verbose to set verbosity.

When doing this, also clean up content of logged messages.

Done, but not adding verbosity options until requested.