MCPcopy Index your code
hub / github.com/python/cpython / configure_root

Method configure_root

Lib/logging/config.py:937–940  ·  view source on GitHub ↗

Configure a root logger from a dictionary.

(self, config, incremental=False)

Source from the content-addressed store, hash-verified

935 logger.propagate = propagate
936
937 def configure_root(self, config, incremental=False):
938 """Configure a root logger from a dictionary."""
939 root = logging.getLogger()
940 self.common_logger_config(root, config, incremental)
941
942dictConfigClass = DictConfigurator
943

Callers 1

configureMethod · 0.95

Calls 2

common_logger_configMethod · 0.95
getLoggerMethod · 0.80

Tested by

no test coverage detected