Thomas Heller <thel...@ctypes.org> added the comment:

> How do these "global" settings (either via the interpreter or a wrapper
> in the logging module) change what an app might do on its own?  IOW, if
> my app is already written to configure logging, and someone invokes it
> with these other settings, which settings are used?

IMO the same would happen as if logging.basicConfig() would have been called
followed by calls to the custom configuration.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to