Lines Matching refs:loggers
105 :param disable_existing_loggers: If specified as ``False``, loggers which
110 disable any existing non-root loggers unless
174 disable existing loggers, you will need to use a JSON format for
284 * *loggers* - the corresponding value will be a dict in which each key
300 The specified loggers will be configured according to the level,
316 * *disable_existing_loggers* - whether any existing non-root loggers are
333 the object graph of loggers, handlers, filters, formatters at
334 run-time, once a configuration is set up; the verbosity of loggers and
336 loggers, propagation flags). Changing the object graph arbitrarily in
345 ``propagate`` settings in the ``loggers`` and ``root`` entries.
357 The schema describes a set of logging objects - loggers,
387 loggers:
395 The ids for loggers are the logger names which would be used
396 programmatically to obtain a reference to those loggers, e.g.
630 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
633 a logger named ``log01`` in the ``[loggers]`` section, the relevant
657 [loggers]
685 For loggers other than the root logger, some additional information is required.
698 consults loggers higher up the hierarchy to determine the effective level of the
717 loggers, and ``NOTSET`` is taken to mean 'log everything'.