This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients doughellmann, eric.smith, exarkun, georg.brandl, michael.foord, ncoghlan, pitrou, r.david.murray, theller, vinay.sajip
Date 2009-09-22.19:03:36
SpamBayes Score 0.001884277
Marked as misclassified No
Message-id <4AB91F84.5040102@ctypes.org>
In-reply-to <1253567941.62.0.584466965379.issue6958@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2009-09-22 19:03:37thellersetrecipients: + theller, georg.brandl, vinay.sajip, exarkun, ncoghlan, pitrou, eric.smith, doughellmann, r.david.murray, michael.foord
2009-09-22 19:03:36thellerlinkissue6958 messages
2009-09-22 19:03:36thellercreate