This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 8941135
committed
fix: incorrect datetime format for strftime() in windows
The datetime format passed to Structlog's configuration
inside setup_logging() in src/codegate/codegate_logging.py
works on Linux but returns an error on Windows. Changed
the datetime format so it works on Linux as well as Windows.1 parent 05c2574 commit 8941135
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments