Closed fullykubed closed 5 months ago
What should the feature do:
Controller should take log-level flag that controls the log verbosity. For example, --log-level=error would only print error logs and not info logs.
--log-level=error
What is use case behind this feature:
Reduce the overall log volume.
You might have already noticed, but this issue was resolved by #261.
What should the feature do:
Controller should take log-level flag that controls the log verbosity. For example,
--log-level=error
would only print error logs and not info logs.What is use case behind this feature:
Reduce the overall log volume.