How to export a logging level?

Peter Otten __peter__ at web.de
Tue Sep 25 13:01:38 EDT 2012


Vincent Vande Vyvre wrote:

> In my application I import a module and I want to set the same logging
> level as the main app to this module.

Isn't that the default? If you set the logging level with basicConfig() that 
level should be applied to all messages. 





More information about the Python-list mailing list