-
Notifications
You must be signed in to change notification settings - Fork 14
Setting log levels #419
Copy link
Copy link
Open
Description
We have this project deployed on k8s and while it works it is generating a lot of logs (current count 130k log entries every hour). Observing the pod definitions this project seems to deploy fixed debug/trace log levels to its components. I may be able to set the operator log level, but the CSI_LOGLEVEL is fixed set on trace in
| func (s *csiNodeSyncer) getEnvFor(name string) []corev1.EnvVar { |
| Value: config.DefaultLogLevel, |
If this issue is not fixed I'm seriously considering deploying the hostdefiner and controller deployments, and the csi-node daemonset manually, which would be a large waste of time of nothing else.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels