in :mod:`logging` itself) and defining handlers which are declared either in
:mod:`logging` or :mod:`logging.handlers`.
-<<<<<<< local
-.. function:: dictConfig(config)
-=======
.. currentmodule:: logging.config
->>>>>>> other
-<<<<<<< local
+.. function:: dictConfig(config)
+
Takes the logging configuration from a dictionary. The contents of
this dictionary are described in :ref:`logging-config-dictschema`
below.
in the default, uncustomized state.
.. versionadded:: 2.7
-=======
->>>>>>> other
.. function:: fileConfig(fname[, defaults])
This is typically called before calling :meth:`join` on the return value from
:func:`listen`.
+.. currentmodule:: logging
-<<<<<<< local
.. _logging-config-dictschema:
-=======
-.. currentmodule:: logging
->>>>>>> other
-<<<<<<< local
Configuration dictionary schema
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
fails.
-=======
->>>>>>> other
.. _logging-config-fileformat:
Configuration file format