topolvm / pvc-autoresizer

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

add CLI options for tuning logging #261

Closed ushitora-anqou closed 4 months ago

ushitora-anqou commented 5 months ago

Fix #259

This commit adds the following CLI options to tune logging:

See also: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/log/zap#Options.BindFlags

ushitora-anqou commented 5 months ago

@satoru-takeuchi

How abount keep --develoment flag as is to keep compatibility, or write down "--development option was replaced by `zap-devel option" in release note?

You're right. I restored --development flag to keep compatibility. Could you review this again?