This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients Henri.Salo, docs@python, eric.araujo, techtonik
Date 2010-06-03.21:50:59
SpamBayes Score 0.11980538
Marked as misclassified No
Message-id <1275601861.59.0.287825433162.issue8890@psf.upfronthosting.co.za>
In-reply-to
Content
import logging
- LOG_FILENAME = '/tmp/logging_example.out'
+ LOG_FILENAME = 'example.log'
  logging.basicConfig(filename=LOG_FILENAME,level=logging.DEBUG)
  logging.debug('This message should go to the log file')
History
Date User Action Args
2010-06-03 21:51:01techtoniksetrecipients: + techtonik, eric.araujo, docs@python, Henri.Salo
2010-06-03 21:51:01techtoniksetmessageid: <1275601861.59.0.287825433162.issue8890@psf.upfronthosting.co.za>
2010-06-03 21:50:59techtoniklinkissue8890 messages
2010-06-03 21:50:59techtonikcreate