[issue44599] Changing logging format for one handler changes it for all

2021-07-12 Thread Amanieu
Amanieu added the comment: Yes I did miss that. My bad and thank you so much. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue44599] Changing logging format for one handler changes it for all

2021-07-11 Thread Vinay Sajip
Vinay Sajip added the comment: > It looks like an unexpected behavior to me when reading the doc. Perhaps you missed this? https://docs.python.org/3/library/logging.html?highlight=exc_text#logging.Formatter.format "Note that the formatted exception information is cached in attribute exc_text.

[issue44599] Changing logging format for one handler changes it for all

2021-07-11 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue44599] Changing logging format for one handler changes it for all

2021-07-11 Thread Amanieu
New submission from Amanieu : 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: h