Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment:

> However in the case of logging, an argument could be made that changing the 
> default would have less impact.

Except that people may have used the current basic format in, for example, unit 
tests, and that code could break after a change like the one proposed. The 
default has been intentionally kept minimal for the very simplest of needs and 
it is easy to override this default using e.g. basicConfig() for simple needs 
or e.g. dictConfig() for more elaborate needs.

For those reasons, I don't think this default should be changed.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to