summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/logging.config.rst')
-rw-r--r--Doc/library/logging.config.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 53fbd07..85a53e6 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -257,11 +257,11 @@ otherwise, the context is used to determine what to instantiate.
which correspond to the arguments passed to create a
:class:`~logging.Formatter` object:
- * ``format``
- * ``datefmt``
- * ``style``
- * ``validate`` (since version >=3.8)
- * ``defaults`` (since version >=3.12)
+ * ``format``
+ * ``datefmt``
+ * ``style``
+ * ``validate`` (since version >=3.8)
+ * ``defaults`` (since version >=3.12)
An optional ``class`` key indicates the name of the formatter's
class (as a dotted module and class name). The instantiation
@@ -544,9 +544,9 @@ valid keyword parameter name, and so will not clash with the names of
the keyword arguments used in the call. The ``'()'`` also serves as a
mnemonic that the corresponding value is a callable.
- .. versionchanged:: 3.11
- The ``filters`` member of ``handlers`` and ``loggers`` can take
- filter instances in addition to ids.
+.. versionchanged:: 3.11
+ The ``filters`` member of ``handlers`` and ``loggers`` can take
+ filter instances in addition to ids.
You can also specify a special key ``'.'`` whose value is a dictionary is a
mapping of attribute names to values. If found, the specified attributes will