You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every log entry gets its own timestamp. This is the same except when the second changes while the log is written (rounding to seconds).
This difference in the timestamp is an irrelevant detail. (Writing the entity has happened before anyway.) And it makes reading more complicated. Therefore please write the same timestamp while in one flush call.
The text was updated successfully, but these errors were encountered:
Currently every log entry gets its own timestamp. This is the same except when the second changes while the log is written (rounding to seconds).
This difference in the timestamp is an irrelevant detail. (Writing the entity has happened before anyway.) And it makes reading more complicated. Therefore please write the same timestamp while in one flush call.
The text was updated successfully, but these errors were encountered: