mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
more clarifying logs
This commit is contained in:
parent
66a212f7c4
commit
5f007b3f77
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user