Skip to content

Commit

Permalink
Merge pull request #103 from openebs/csi-log-level-trace
Browse files Browse the repository at this point in the history
set csi controller log level as trace
  • Loading branch information
rohan2794 authored Nov 25, 2024
2 parents 9b6fcdd + 4bf400c commit d861faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/e2e_config/e2e_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions configurations/product/mayastor_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ product:
zfsEnginePluginDriverName: "zfs.csi.openebs.io"
zfsEngineControllerDeploymentName: "openebs-zfs-localpv-controller"
zfsEngineLeaseName: "external-resizer-zfs-csi-openebs-io"
mayastorCsiControllerLogLevel: "trace"

0 comments on commit d861faf

Please sign in to comment.