traefik logging

This commit is contained in:
Michael Thomson
2023-11-21 21:13:21 -05:00
parent b90b39161c
commit 9f0c01d11e
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ spec:
ingress: ingress:
enabled: true enabled: true
className: traefik className: ""
additionalLabels: {} additionalLabels: {}
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx

View File

@@ -316,7 +316,7 @@ spec:
# format: json # format: json
# By default, the level is set to ERROR. # By default, the level is set to ERROR.
# -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. # -- Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO.
level: ERROR level: WARN
access: access:
# -- To enable access logs # -- To enable access logs
enabled: false enabled: false