Skip to content

Configurable Logging

Latest
Compare
Choose a tag to compare
@dave92082 dave92082 released this 28 Nov 03:17
· 2 commits to master since this release
7a4b3d0

This release changes the default logging level to Info and enables a configuration parameter to enable Debug logging. It addresses the request in #6

New Configuration Parameters

Log:
  Debug: (true|false)

New Environment Variables

Environment variables override the config.yaml when specified

DEBUG_LOGGING = true|false