fix: add missing logging environment variables for central storage K8s deployment
- Add LOG_BASE_PATH environment variable - Add BACKEND_LOG_FILE_NAME environment variable - Add APPLICATION_ACTIVITY_LOG environment variable - Fix logging path configuration for K8s environment
This commit is contained in:
parent
c4d8c00f65
commit
605e66a26b
@ -17,3 +17,6 @@ data:
|
|||||||
METRICS_ENABLED: {{ .Values.centralStorage.configs.metricsEnabled | default false | toString | b64enc }}
|
METRICS_ENABLED: {{ .Values.centralStorage.configs.metricsEnabled | default false | toString | b64enc }}
|
||||||
PROBES_ENABLED: {{ .Values.centralStorage.configs.probesEnabled | default false | toString | b64enc }}
|
PROBES_ENABLED: {{ .Values.centralStorage.configs.probesEnabled | default false | toString | b64enc }}
|
||||||
DEBUG_MODE: {{ .Values.centralStorage.configs.debugMode | default false | toString | b64enc }}
|
DEBUG_MODE: {{ .Values.centralStorage.configs.debugMode | default false | toString | b64enc }}
|
||||||
|
LOG_BASE_PATH: {{ .Values.logIngest.logPath | b64enc | quote }}
|
||||||
|
BACKEND_LOG_FILE_NAME: {{ .Values.centralStorage.configs.appName | b64enc | quote }}
|
||||||
|
APPLICATION_ACTIVITY_LOG: {{ .Values.centralStorage.configs.appName | printf "%s-activity" | b64enc | quote }}
|
||||||
Loading…
Reference in New Issue
Block a user