Adjusting verbosity level of logs
The amount of space consumed by debugging logs can become a significant issue. Fusion Data Foundation offers a method to adjust, and therefore control, the amount of storage to be consumed by debugging logs.
In order to adjust the verbosity levels of debugging logs, you can tune the log levels of the containers responsible for CSI operations. In the container’s yaml file, adjust the following parameters to set the logging levels:
-
CSI_LOG_LEVEL
- defaults to5
-
CSI_SIDECAR_LOG_LEVEL
- defaults to1
The supported values are 0
through 5
. Use 0
for general useful logs, and 5
for trace level verbosity.