We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1799f commit 739d4d9Copy full SHA for 739d4d9
docs/getting-started.md
@@ -54,7 +54,7 @@ structlog.configure(
54
structlog.processors.add_log_level,
55
structlog.processors.StackInfoRenderer(),
56
structlog.dev.set_exc_info,
57
- structlog.processors.TimeStamper(),
+ structlog.processors.TimeStamper(fmt="%Y-%m-%d %H:%M:%S", utc=False),
58
structlog.dev.ConsoleRenderer()
59
],
60
wrapper_class=structlog.make_filtering_bound_logger(logging.NOTSET),
0 commit comments