Loggers
List of all loggers loaded from the Python's logging
module.
Log Level is the specific level set for a logger. If no level is set, the Effective Logger Level will be the nearest parent's log level in the logger hierarchy.
For more information about logging.Logger.setLevel()
read the documentation.