openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
260 stars 99 forks source link

Log verbosity #139

Closed debackerl closed 5 months ago

debackerl commented 3 years ago

Describe the problem/challenge you have 10 times per second the csi-provisioner container will print:

I0826 07:22:52.833956 1 nodes.go:334] topology unchanged

Describe the solution you'd like Probably change log level from Info to Debug for that event, and ability to not print Debug logs unless requested.

Now, almost everything I see is that message, and it makes finding real messages harder.

Anything else you would like to add: Thanks for the great software :-)

Environment:

kmova commented 3 years ago

Related: #146 for configuring the log level

dsharma-dc commented 5 months ago

Not seeing this message flood in the provisioner pod openebs-localpv-provisioner as of today. This was likely not coming from openEBS code. I'll go ahead closing this issue. Please feel free to reopen with more details if needed.