bottlerocket icon indicating copy to clipboard operation
bottlerocket copied to clipboard

introduce log level setting

Open webern opened this issue 3 years ago • 0 comments

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 probably distinct from #1931 which is kubelet-specific.

webern avatar Jun 08 '22 19:06 webern