Closed dgduncan closed 6 months ago
Adds the ability to configure logging level from the file based config. It does this by creating a logger with a Levelvar during file based configuration and parsing the included. If no logging options are configured, INFO is assumed.
Levelvar
logging
INFO
Adds the ability to configure logging level from the file based config. It does this by creating a logger with a
Levelvar
during file based configuration and parsing the included. If nologging
options are configured,INFO
is assumed.