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
Add debug logging to config_core.go LoadFromFile and applyGatewayDefaults
- Log undecoded TOML key count before unknown-field validation
- Log server count before stdio containerization validation
- Log server count before auth configuration validation
- Log when opentelemetry config is merged into tracing
- Log applied gateway defaults (port, timeouts, keepalive interval)
These log calls use the existing logConfig logger and are activated
via DEBUG=config:* or DEBUG=* to help diagnose configuration loading
issues at startup.
Co-authored-by: Copilot <[email protected]>
0 commit comments