You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #13 is merged logs will be written as they come in during operations on the library. This causes some slowdown in dev and is very chatty. Some configuration other than the current "all or none" approach to the logger writing to stdout should correct this.
Done
Verbose logs are off by default
Verbose logs are optionally turned on
Bonus: This is configured via the config file (overridden by command line options) and can later be added to the settings modifications work in Manage Service Configuration via Web Client #3
Notes
An anti-goal of this would something absurd like checking the configured log level on each call to log
Problem
Once #13 is merged logs will be written as they come in during operations on the library. This causes some slowdown in dev and is very chatty. Some configuration other than the current "all or none" approach to the logger writing to stdout should correct this.
Done
Notes