Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30112 > unrolled thread

Re: How to export a logging level?

Started byPeter Otten <__peter__@web.de>
First post2012-09-25 19:01 +0200
Last post2012-09-25 19:01 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to export a logging level? Peter Otten <__peter__@web.de> - 2012-09-25 19:01 +0200

#30112 — Re: How to export a logging level?

FromPeter Otten <__peter__@web.de>
Date2012-09-25 19:01 +0200
SubjectRe: How to export a logging level?
Message-ID<mailman.1359.1348592511.27098.python-list@python.org>
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. 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web