Talk:Development Team/Almanac/Python Standard Logging

There are no discussions on this page.
Revision as of 20:43, 22 April 2010 by Johannesponader (talk | contribs) (Created page with 'Hi, please add the following information to the standard logger section: To have debug messages displayed, you have to set the logging level to logging.DEBUG self.logger = se…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi,

please add the following information to the standard logger section:

To have debug messages displayed, you have to set the logging level to logging.DEBUG

self.logger = setLevel(logging.DEBUG)

thx!

--̃̃̃̃

Return to "Development Team/Almanac/Python Standard Logging" page.