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
Copy file name to clipboardExpand all lines: docs/core/logger.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -678,22 +678,18 @@ You can change the order of [standard Logger keys](#standard-structured-keys) or
678
678
679
679
#### Setting timestamp to UTC
680
680
681
-
By default, this Logger and standard logging library emits records using local time timestamp. You can override this behaviour by updating the current converter set in our formatter:
681
+
By default, this Logger and standard logging library emits records using local time timestamp. You can override this behaviour via `utc` parameter:
0 commit comments