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/introduction/configuration.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,18 @@ Additional parameters:
113
113
-`logging_flush_level`
114
114
-`logging_buffer_capacity`
115
115
-`logging_extra_processors`
116
-
-`logging_unset_handlers`.
116
+
-`logging_unset_handlers`
117
+
-`logging_time_stamper` - a `structlog.processors.TimeStamper` instance controlling timestamp format (default: `TimeStamper(fmt="iso")`). Pass a custom instance to change the format or enable UTC:
0 commit comments