This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hyamanieu
Recipients hyamanieu
Date 2021-07-11.17:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626023540.4.0.759613436664.issue44599@roundup.psfhosted.org>
In-reply-to
Content
I want to stream a logger to several streams. Changing the standard format works, but changing the formatException function changes it for all!

As I am not entirely sure if it is a feature and I am misunderstanding something, I have posted on SO on this topic: https://stackoverflow.com/questions/68244691/changing-logging-format-for-one-handler-changes-it-for-all

It looks like an unexpected behavior to me when reading the doc.
History
Date User Action Args
2021-07-11 17:12:20hyamanieusetrecipients: + hyamanieu
2021-07-11 17:12:20hyamanieusetmessageid: <1626023540.4.0.759613436664.issue44599@roundup.psfhosted.org>
2021-07-11 17:12:20hyamanieulinkissue44599 messages
2021-07-11 17:12:20hyamanieucreate