Describe the feature you'd like to have
Currently, we have a single configuration to configure the log level for all the containers in the csi pods, we should have 2 configurations like what we have today in Rook and cephcsi to configure the log level for the cephcsi container and Kubernetes sidecar containers
Who is the end user and what is the use case where this feature will be valuable?
This is required for the feature compatibility with existing deployments and also to avoid too verbose logs on the sidecar when not required.
How will we know we have a good solution? (acceptance criteria)
Introduce a new argument in the Log struct for the sidecar log level configurations
Describe the feature you'd like to have
Currently, we have a single configuration to configure the log level for all the containers in the csi pods, we should have 2 configurations like what we have today in Rook and cephcsi to configure the log level for the cephcsi container and Kubernetes sidecar containers
Who is the end user and what is the use case where this feature will be valuable?
This is required for the feature compatibility with existing deployments and also to avoid too verbose logs on the sidecar when not required.
How will we know we have a good solution? (acceptance criteria)
Introduce a new argument in the Log struct for the sidecar log level configurations