Python logging before you run logging.basicConfig?
Posted
by Joseph Turian
on Stack Overflow
See other posts from Stack Overflow
or by Joseph Turian
Published on 2009-12-22T01:46:53Z
Indexed on
2010/04/06
20:33 UTC
Read the original article
Hit count: 967
It appears that if you invoke logging.info() BEFORE you run logging.basicConfig, the logging.basicConfig call doesn't have any effect. In fact, no logging occurs.
Where is this behavior documented? I don't really understand.
© Stack Overflow or respective owner