> Some parts of the stdlib output some logs like urllib, I think only the > configuration of the handlers is up to the application. > > I don't see any logging calls in urllib. If you know of any, can you point me > to them? (There are some warnings.warn() calls, but that's different.)
I mistook urllib3 for urllib sorry. There is no logs in urllib. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/IRXZYZ4UNEQXO3CNLO6DCWV47GGOVLJR/ Code of Conduct: http://python.org/psf/codeofconduct/
