We are using a really good logging tool, logzero. There is a lot of functionality it supports, such as log rotating that would be ideal to add support for. Currently, we are just publishing log messages to STD out. We need to add file support as well as log-level support. Currently the --log-level flag does nothing and we need to wire it up.
We are using a really good logging tool, logzero. There is a lot of functionality it supports, such as log rotating that would be ideal to add support for. Currently, we are just publishing log messages to STD out. We need to add file support as well as log-level support. Currently the --log-level flag does nothing and we need to wire it up.