Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
52033455 by wurstsalat at 2023-11-03T21:20:40+01:00
cq: Logging: Use ISO format for timestamps
Closes #11576
- - - - -
1 changed file:
- gajim/common/logging_helpers.py
Changes:
=====================================
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
)
)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/52033455efe1277ead65d0f3403ba5b10ecce1e2
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/52033455efe1277ead65d0f3403ba5b10ecce1e2
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]