The current implementation seems to log local times, not UTC.
This makes it difficult to correlate log entries of different services on the same and other computers to get a holistic picture of log events.
The internal implementations uses
which returns an absolute date-time value of class POSIXct but when a log entry is created the local time zone may be applied...
The current implementation seems to log local times, not UTC.
This makes it difficult to correlate log entries of different services on the same and other computers to get a holistic picture of log events.
The internal implementations uses
tryCatchLog/R/tryCatchLog.R
Line 239 in f3fdebd
which returns an absolute date-time value of class
POSIXctbut when a log entry is created the local time zone may be applied...