From 49a40b21008be7220eb26b3f5784e756359e82c0 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 14 Nov 2023 10:35:03 +0100 Subject: [AAI] Log to stdout in aai pods - do not log to *.log files in aai pods [0] [0] this is more in line with the idea of statelessness in pods and will allow to persist logs centrally in ELK Issue-ID: AAI-3683 Change-Id: Id7c3faeb24a896f5189336d1fae8473dd9533d83 Signed-off-by: Fiete Ostkamp --- kubernetes/aai/components/aai-resources/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/aai/components/aai-resources/values.yaml') diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index 68a6a716cc..2ec0862974 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -318,12 +318,12 @@ logConfigMapNamePrefix: '{{ include "common.fullname" . }}' # To make logback capping values configurable logback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 1GB queueSize: 1000 accessLogback: - logToFileEnabled: true + logToFileEnabled: false maxHistory: 7 totalSizeCap: 1GB -- cgit 1.2.3-korg