Lines Matching refs:loggers
93 :param disable_existing_loggers: If specified as ``False``, loggers which
98 disable any existing loggers unless they or
104 existing loggers were *always* disabled.
236 * *loggers* - the corresponding value will be a dict in which each key
252 The specified loggers will be configured according to the level,
268 * *disable_existing_loggers* - whether any existing loggers are to be
285 the object graph of loggers, handlers, filters, formatters at
286 run-time, once a configuration is set up; the verbosity of loggers and
288 loggers, propagation flags). Changing the object graph arbitrarily in
297 ``propagate`` settings in the ``loggers`` and ``root`` entries.
309 The schema describes a set of logging objects - loggers,
339 loggers:
347 The ids for loggers are the logger names which would be used
348 programmatically to obtain a reference to those loggers, e.g.
578 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
581 a logger named ``log01`` in the ``[loggers]`` section, the relevant
605 [loggers]
633 For loggers other than the root logger, some additional information is required.
646 consults loggers higher up the hierarchy to determine the effective level of the
665 loggers, and ``NOTSET`` is taken to mean 'log everything'.