From 52033455efe1277ead65d0f3403ba5b10ecce1e2 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Fri, 3 Nov 2023 21:20:37 +0100 Subject: cq: Logging: Use ISO format for timestamps Closes #11576 --- gajim/common/logging_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/common/logging_helpers.py b/gajim/common/logging_helpers.py index 19b1fdfd3..d7e375503 100644 --- a/gajim/common/logging_helpers.py +++ b/gajim/common/logging_helpers.py @@ -177,7 +177,7 @@ def init() -> None: stream_handler.setFormatter( FancyFormatter( '%(asctime)s %(levelname)s %(name)-35s %(message)s', - '%x %H:%M:%S', + '%Y-%m-%dT%H:%M:%S', use_color ) ) -- cgit v1.2.3