]> granicus.if.org Git - python/commitdiff
Added minor clarification in logging HOWTO.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 6 Dec 2013 11:21:15 +0000 (11:21 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 6 Dec 2013 11:21:15 +0000 (11:21 +0000)
Doc/howto/logging.rst

index 1916c47bb7bbd4d82984a043e06a0457fd1fc3d1..da603a37e57e44777aad2464058444dee8d486d5 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)