From 4bf400cdc50efd2cf2d8edc2b15db3ccd518d6ff Mon Sep 17 00:00:00 2001 From: rohan2794 Date: Mon, 25 Nov 2024 14:23:11 +0530 Subject: [PATCH] set csi controller log level as trace Signed-off-by: rohan2794 --- common/e2e_config/e2e_config.go | 1 + configurations/product/mayastor_config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/common/e2e_config/e2e_config.go b/common/e2e_config/e2e_config.go index 0a03171..c3871d7 100644 --- a/common/e2e_config/e2e_config.go +++ b/common/e2e_config/e2e_config.go @@ -147,6 +147,7 @@ type ProductSpec struct { ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"` ZfsEngineControllerDeploymentName string `yaml:"zfsEngineControllerDeploymentName"` ZfsEngineLeaseName string `yaml:"zfsEngineLeaseName"` + MayastorCsiControllerLogLevel string `yaml:"mayastorCsiControllerLogLevel" env-default:"debug"` } // E2EConfig is an application configuration structure diff --git a/configurations/product/mayastor_config.yaml b/configurations/product/mayastor_config.yaml index 5fc338c..38ff4e2 100644 --- a/configurations/product/mayastor_config.yaml +++ b/configurations/product/mayastor_config.yaml @@ -141,4 +141,5 @@ product: zfsEnginePluginDriverName: "zfs.csi.openebs.io" zfsEngineControllerDeploymentName: "openebs-zfs-localpv-controller" zfsEngineLeaseName: "external-resizer-zfs-csi-openebs-io" + mayastorCsiControllerLogLevel: "trace"