From b1a92a4c89685204f6970adfbfd758033a5416cd Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 6 Dec 2013 11:22:24 +0000 Subject: Added minor clarification in logging HOWTO. --- Doc/howto/logging.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 165486a..6cd0677 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -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) -- cgit v0.12