We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d63d6 commit 0f79709Copy full SHA for 0f79709
docs/writing/logging.rst
@@ -137,7 +137,7 @@ Then use :meth:`logging.config.fileConfig` in the code:
137
import logging
138
from logging.config import fileConfig
139
140
- fileConfig('logging_config.txt')
+ fileConfig('logging_config.ini')
141
logger = logging.getLogger()
142
logger.debug('often makes a very good meal of %s', 'visiting tourists')
143
0 commit comments