Stucked with python logging module

sword john.37 at gmail.com
Tue Nov 15 22:28:46 EST 2011


I just scaned through the beginer's guide of logging module, but I
can't get anything from console. The demo just like this:

import logging
logging.debug("This is a demo")

Maybe I should do sth to put the log to stdout in basicConfig first?
Thanks in advance



More information about the Python-list mailing list