From 5f007b3f77bd62204960bdf9c778547924e60f7d Mon Sep 17 00:00:00 2001 From: A_D <aunderscored@gmail.com> Date: Thu, 20 Jan 2022 16:32:36 +0200 Subject: [PATCH] more clarifying logs --- EDMCLogging.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EDMCLogging.py b/EDMCLogging.py index 3f08f436..85e7d843 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -92,7 +92,9 @@ logging.Logger.trace = lambda self, message, *args, **kwargs: self._log( # type **kwargs ) -# make logging use UTC for times +# make logging use UTC for times, to help make our logs congruent with journals etc. +# Note that as this is the local system vs the remote system (ED servers, for journals), times may not be perfectly +# in sync. (something something NTP) logging.Formatter.converter = gmtime