On Dec 9, 6:12 pm, Vinay Sajip <vinay_sa...@yahoo.co.uk> wrote: > Some changes are being proposed to how logging works in default > configurations. > > Briefly - when a logging event occurs which needs to be output to some > log, the behaviour of the logging package when no explicit logging > configuration is provided will change, most likely to log those events > to sys.stderr with a default format.
I'm in favor of this change. I've long wished that I could just add lots of warning/error/info logging to a script and have it just work without having to spend time configuring the logging system. -- http://mail.python.org/mailman/listinfo/python-list