bottlerocket-os / bottlerocket-os/bottlerocket
introduce log level setting
Open
area/core
area/settings
status/research
type/enhancement
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 586
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 12
Description
When troubleshooting Bottlerocket, we might want to increase logging verbosity. Many of our programs have a `--log-level` argument with the values `error`, `warn`, `info`, `debug`, `trace`. All of our programs default to `info`.
Should we introduce the ability to change this log-level through the settings API? If so, should we try to make it an instantaneous change, or should it be something that requires a reboot?
Note: this is distinct from #1931 which is kubelet-specific.
Contributor guide
Assessment
This issue has not been assessed yet.