-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem Statement
Added or customized container flags and their values are not shown at the default level log verbosity (level 2). This makes it difficult or impossible when troubleshooting to know what the actual configuration of the container was which produced the logs.
For example, when installing the background controller with the flag --genWorkers=12
, there is no acknowledgement in the log stream that this flag has been set or what its value is. Even though the default value is currently 10
this should be shown in the logs.
Solution Description
ALL controllers' containers need to show in their logs at startup at the default log level EVERY container flag and its value so the effective runtime configuration can be shown.
Alternatives
No response
Additional Context
No response
Slack discussion
No response
Research
- I have read and followed the documentation AND the troubleshooting guide.
- I have searched other issues in this repository and mine is not recorded.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request