# File lib/logging/config/yaml_configurator.rb, line 69
    def load
      pre_config @config['pre_config']
      ::Logging::Logger[:root]  # ensures the log levels are defined
      appenders @config['appenders']
      loggers @config['loggers']
    end