Skip to content

Commit 0f79709

Browse files
committed
Change logging_config extension to ini
1 parent c4d63d6 commit 0f79709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Then use :meth:`logging.config.fileConfig` in the code:
137137
import logging
138138
from logging.config import fileConfig
139139
140-
fileConfig('logging_config.txt')
140+
fileConfig('logging_config.ini')
141141
logger = logging.getLogger()
142142
logger.debug('often makes a very good meal of %s', 'visiting tourists')
143143

0 commit comments

Comments
 (0)