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
Right now, the log initialized in main.py always spews to stdout. There should be some way either by configuration or via the command line to specify a file for the log to write to instead (particularly useful if running interactively (python3 -i)).
Also, the log is stuck at a hardcoded level. It should also be configurable what level of detail should be outputted (DEBUG vs INFO, etc.)
Right now, the log initialized in
main.py
always spews tostdout
. There should be some way either by configuration or via the command line to specify a file for the log to write to instead (particularly useful if running interactively (python3 -i
)).Also, the log is stuck at a hardcoded level. It should also be configurable what level of detail should be outputted (DEBUG vs INFO, etc.)
Examples of the usage:
...or in
config.json
:The text was updated successfully, but these errors were encountered: