Skip to content

Commit

Permalink
support multiline access log format (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
michbeck100 authored Jan 29, 2025
1 parent 9739664 commit 20cab08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/gateway/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ data:
enable_access_log: {{ .Values.logs.enableAccessLog }}
{{- if .Values.logs.enableAccessLog }}
access_log: "{{ .Values.logs.accessLog }}"
access_log_format: '{{ .Values.logs.accessLogFormat }}'
access_log_format: >-
{{ .Values.logs.accessLogFormat | nindent 10 }}
access_log_format_escape: {{ .Values.logs.accessLogFormatEscape }}
{{- end }}
keepalive_timeout: 60s # timeout during which a keep-alive client connection will stay open on the server side.
Expand Down

0 comments on commit 20cab08

Please sign in to comment.