Lines Matching full:loggers
105 :param disable_existing_loggers: If specified as ``False``, loggers which
110 disable any existing non-root loggers unless
181 disable existing loggers, you will need to use a JSON format for
316 * *loggers* - the corresponding value will be a dict in which each key
332 The specified loggers will be configured according to the level,
348 * *disable_existing_loggers* - whether any existing non-root loggers are
365 the object graph of loggers, handlers, filters, formatters at
366 run-time, once a configuration is set up; the verbosity of loggers and
368 loggers, propagation flags). Changing the object graph arbitrarily in
377 ``propagate`` settings in the ``loggers`` and ``root`` entries.
389 The schema describes a set of logging objects - loggers,
419 loggers:
427 The ids for loggers are the logger names which would be used
428 programmatically to obtain a reference to those loggers, e.g.
448 formatters. (Loggers do not need to have different types for
662 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
665 a logger named ``log01`` in the ``[loggers]`` section, the relevant
689 [loggers]
717 For loggers other than the root logger, some additional information is required.
730 consults loggers higher up the hierarchy to determine the effective level of the
749 loggers, and ``NOTSET`` is taken to mean 'log everything'.