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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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.
0 commit comments