We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#Debugging
By default logging is set to show info level messages and greater.
"dev" is used as a keyword to log to command line.
python main.py -l dev
Anything other than "dev" passed to the --log argument will be used as the file where logs are written to.
--log
python main.py -l file.log
Use -v to show debug level messages.
-v