A suggestion for an easy logger

TheSaint nobody at nowhere.net.no
Mon May 9 10:53:44 EDT 2011


Vinay Sajip wrote:

> logging.basicConfig(level=logging.DEBUG, format='%(message)s')

logging.basicConfig(format='%(message)s', level=logging.DEBUG)

I formulated in the reverse order of arguments, may that cause an 
unpredicted result?

The other points became clearer..

Once again
Thank You

-- 
goto /dev/null



More information about the Python-list mailing list