Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6e73ff1 + b1a92a4 commit 1b8b868Copy full SHA for 1b8b868
1 file changed
Doc/howto/logging.rst
@@ -122,7 +122,8 @@ Logging to a file
122
^^^^^^^^^^^^^^^^^
123
124
A very common situation is that of recording logging events in a file, so let's
125
-look at that next::
+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::
127
128
import logging
129
logging.basicConfig(filename='example.log',level=logging.DEBUG)
0 commit comments