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
backend: pkg: add config flag and env var to configure log levels, update tests and development docs
Changes:
- Added a backend configuration flag --log-level with environment variable support via HEADLAMP_CONFIG_LOG_LEVEL.
- Ensured invalid, empty, or missing log level values safely fall back to info.
- Added unit tests for both flag and environment based log level configuration.
- Updated backend and development documentation to describe log level configuration.
0 commit comments