]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added minor clarification in logging HOWTO.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 6 Dec 2013 11:22:24 +0000 (11:22 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 6 Dec 2013 11:22:24 +0000 (11:22 +0000)
Doc/howto/logging.rst

index 165486aa3fed1ef27743d8aaaed81b6f6732da0f..6cd0677863118f82718450c345389a758551e70f 100644 (file)
@@ -122,7 +122,8 @@ Logging to a file
 ^^^^^^^^^^^^^^^^^
 
 A very common situation is that of recording logging events in a file, so let's
-look at that next::
+look at that next. Be sure to try the following in a newly-started Python
+interpreter, and don't just continue from the session described above::
 
    import logging
    logging.basicConfig(filename='example.log',level=logging.DEBUG)