Lines Matching full:loggers
109 :param disable_existing_loggers: If specified as ``False``, loggers which
114 disable any existing non-root loggers unless
189 disable existing loggers, you will need to use a JSON format for
327 * *loggers* - the corresponding value will be a dict in which each key
346 The specified loggers will be configured according to the level,
362 * *disable_existing_loggers* - whether any existing non-root loggers are
379 the object graph of loggers, handlers, filters, formatters at
380 run-time, once a configuration is set up; the verbosity of loggers and
382 loggers, propagation flags). Changing the object graph arbitrarily in
391 ``propagate`` settings in the ``loggers`` and ``root`` entries.
403 The schema describes a set of logging objects - loggers,
433 loggers:
441 The ids for loggers are the logger names which would be used
442 programmatically to obtain a reference to those loggers, e.g.
462 formatters. (Loggers do not need to have different types for
547 The ``filters`` member of ``handlers`` and ``loggers`` can take
732 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
735 a logger named ``log01`` in the ``[loggers]`` section, the relevant
759 [loggers]
787 For loggers other than the root logger, some additional information is required.
800 consults loggers higher up the hierarchy to determine the effective level of the
819 loggers, and ``NOTSET`` is taken to mean 'log everything'.