From aeb02c359208a436bd0a47145368622014715dd3 Mon Sep 17 00:00:00 2001 From: Cole Snodgrass Date: Fri, 2 Feb 2024 09:24:30 -0800 Subject: [PATCH] add log4jConfig to docs (#34777) --- docs/enterprise-setup/implementation-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/enterprise-setup/implementation-guide.md b/docs/enterprise-setup/implementation-guide.md index e01a4123d674..d23bf527896a 100644 --- a/docs/enterprise-setup/implementation-guide.md +++ b/docs/enterprise-setup/implementation-guide.md @@ -165,6 +165,8 @@ minio: ```yaml global: ... + log4jConfig: "log4j2-no-minio.xml" + logs: storage: type: "S3" @@ -228,6 +230,8 @@ For each of `accessKey` and `secretKey`, the `password` and `existingSecret` fie ```yaml global: ... + log4jConfig: "log4j2-no-minio.xml" + logs: storage: type: "GCS"