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
279 * *loggers* - the corresponding value will be a dict in which each key
295 The specified loggers will be configured according to the level,
311 * *disable_existing_loggers* - whether any existing non-root loggers are
328 the object graph of loggers, handlers, filters, formatters at
329 run-time, once a configuration is set up; the verbosity of loggers and
331 loggers, propagation flags). Changing the object graph arbitrarily in
340 ``propagate`` settings in the ``loggers`` and ``root`` entries.
352 The schema describes a set of logging objects - loggers,
382 loggers:
390 The ids for loggers are the logger names which would be used
391 programmatically to obtain a reference to those loggers, e.g.
625 ``[loggers]``, ``[handlers]`` and ``[formatters]`` which identify by name the
628 a logger named ``log01`` in the ``[loggers]`` section, the relevant
652 [loggers]
680 For loggers other than the root logger, some additional information is required.
693 consults loggers higher up the hierarchy to determine the effective level of the
712 loggers, and ``NOTSET`` is taken to mean 'log everything'.