Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1a92a4

Browse files
committed
Added minor clarification in logging HOWTO.
1 parent dd799d2 commit b1a92a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/howto/logging.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ Logging to a file
122122
^^^^^^^^^^^^^^^^^
123123

124124
A very common situation is that of recording logging events in a file, so let's
125-
look at that next::
125+
look at that next. Be sure to try the following in a newly-started Python
126+
interpreter, and don't just continue from the session described above::
126127

127128
import logging
128129
logging.basicConfig(filename='example.log',level=logging.DEBUG)

0 commit comments

Comments
 (0)