From 3f1992962751be0c6e8d2b95e85da433ca5ad41a Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 14 Sep 2023 10:25:11 +0530 Subject: [PATCH] disable anonymous logging in tenant helm chart --- helm/tenant/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index 996eb246fef..c1dcca96d40 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -162,7 +162,7 @@ tenant: # {"level":"INFO","errKind":"","time":"2022-04-07T21:49:33.740058549Z","message":"All MinIO sub-systems initialized successfully"} # Notice they are in JSON format to be consumed logging: - anonymous: true + anonymous: false json: true quiet: true ## serviceMetadata allows passing additional labels and annotations to MinIO and Console specific