Skip to content
Snippets Groups Projects
Verified Commit 1e721ab2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Make lister output their log as json records by default 4/4

Refs. swh/infra/sysadm-environment#4886
parent ebe0f5bf
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ spec:
value: {{ get $deployment_config "logLevel" | default "INFO" | quote }}
- name: SWH_CONFIG_FILENAME
value: /etc/swh/config.yml
{{ if $use_json_logger -}}
{{ if $use_json_logger }}
- name: SWH_LOG_CONFIG
value: /etc/swh/logging-configuration.yml
{{ end }}
......@@ -109,7 +109,7 @@ spec:
subPath: "pre-stop.sh"
- name: configuration
mountPath: /etc/swh
{{ if $use_json_logger -}}
{{ if $use_json_logger }}
- name: configuration-template
mountPath: /etc/swh/logging-configuration.yml
subPath: "logging-configuration.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment