diff options
author | Georg Brandl <georg@python.org> | 2010-10-29 05:36:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-29 05:36:28 (GMT) |
commit | 5c66bcaa1aa52e20f03dd4c850d647028e30d6ca (patch) | |
tree | 03691795fa1be2553fe039174f6b47bef52f6055 /Doc/library/logging.rst | |
parent | a17fd1f3b5e731f0d942e75bfc7d82bee0c65b68 (diff) | |
download | cpython-5c66bcaa1aa52e20f03dd4c850d647028e30d6ca.zip cpython-5c66bcaa1aa52e20f03dd4c850d647028e30d6ca.tar.gz cpython-5c66bcaa1aa52e20f03dd4c850d647028e30d6ca.tar.bz2 |
Fix markup error and update false positive entries from "make suspicious".
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 9023738..ed0294b 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -3057,7 +3057,7 @@ Currently, the useful mapping keys in a :class:`LogRecord` are: Filter Objects -------------- -``Filters` can be used by ``Handlers`` and ``Loggers`` for more sophisticated +``Filters`` can be used by ``Handlers`` and ``Loggers`` for more sophisticated filtering than is provided by levels. The base filter class only allows events which are below a certain point in the logger hierarchy. For example, a filter initialized with "A.B" will allow events logged by loggers "A.B", "A.B.C", |