2011/5/18 Rafael Durán Castañeda <rafadurancastan...@gmail.com>:
> That's not exactly how it works. You can use logging without any
> configuration and the default output will be console. In addition default
> logging level is warning, so:
>
> logging.info("Some text")
>
> won't  show anything and
>
> logging.warning("Other text")
>
> will show:
>
> WARNING:root:Other text
>
> Please check the link I gave before.
>
> Bye

Odd.  That seems to work, but it contradicts the documentation at:

http://docs.python.org/howto/logging.html#what-happens-if-no-configuration-is-provided
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to