flox.common.logging_configΒΆ
This module contains logging configuration for flox.
Functions
|
Classes
For internal use only. This formatter handles output to standard streams in the following way: if 'debug' is False (default): info messages and below are treated as "user output" and are minimally decorated warning messages and up are given a full format, so are debug messages if 'debug' is True: all messages are given the full format. |
|
Initialize the logger with a name and an optional level. |