On Fri, 10 Dec 2010 12:31:19 -0800 Guido van Rossum <gu...@python.org> wrote: > > The default setting of WARNING is not from Java either - it's the Unix idea > > that > > verbosity should be kept to a minimum unless specifically requested. So, > > warnings and errors should be shown, but info and debug not. Imagine if the > > default level was DEBUG - lots of detailed stuff would be displayed, which > > would > > be off-putting for most users. > > And yet, I have helped many people who were baffled by exactly what > Bill observed: logging.info() didn't do anything. Maybe the default > should be INFO?
Funny, because displaying only errors and silencing other messages is exactly what I expected logging to do by default. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com