We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333a1b6 commit b455adfCopy full SHA for b455adf
1 file changed
packages/griffelib/src/griffe/_internal/logger.py
@@ -4,8 +4,7 @@
4
# For example, mkdocstrings-python patches the logger to relocate it as a child
5
# of `mkdocs.plugins` so that it fits in the MkDocs logging configuration.
6
#
7
-# We use a single, global logger because our public API is exposed in a single module.
8
-# The logger name is "griffe" for backward compatibility.
+# We use a single, global logger because our public API is exposed in a single module, `griffe`.
9
# Extensions however should use their own logger, which is why we provide the `get_logger` function.
10
11
from __future__ import annotations
0 commit comments