Talk:Development Team/Almanac/Python Standard Logging

From Sugar Labs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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!

--̃̃̃̃