topolvm / pvc-autoresizer

Auto-resize PersistentVolumeClaim objects based on Prometheus metrics
Apache License 2.0
250 stars 29 forks source link

[Feature]: Flag to set log level #259

Closed fullykubed closed 5 months ago

fullykubed commented 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.

What is use case behind this feature:

Reduce the overall log volume.

ushitora-anqou commented 5 months ago

You might have already noticed, but this issue was resolved by #261.