Skip to content

Instantly share code, notes, and snippets.

@davidohana
Created June 28, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidohana/f9ca464d916580f53e96eb52325c57c1 to your computer and use it in GitHub Desktop.
Save davidohana/f9ca464d916580f53e96eb52325c57c1 to your computer and use it in GitHub Desktop.
@config_section
class LogConfig:
# enable/disable log output to stdout
console_enabled = True
# minimum log level to show on console
console_level = "INFO"
# enable/disable log output to file
file_enabled = True
# minimum log level to write to file
file_level = "DEBUG"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment