Skip to content

[Enhancement] Print ALL container flags and their values in logs at default level #7111

@chipzoller

Description

@chipzoller

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

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions