Skip to content

Commit

Permalink
Fix null pointer issue in helm when apply accessLogs config
Browse files Browse the repository at this point in the history
  • Loading branch information
chashikajw committed Oct 2, 2023
1 parent 5242690 commit 186ab4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ data:
# The logging configuration for Router
{{- if .Values.wso2.apk.dp.gatewayRuntime.deployment.router.logging }}
{{- if and .Values.wso2.apk.dp.gatewayRuntime.deployment.router.logging .Values.wso2.apk.dp.gatewayRuntime.deployment.router.logging.wireLogs }}
[wireLogs]
enable = {{ .Values.wso2.apk.dp.gatewayRuntime.deployment.router.logging.wireLogs.enable | default false }}
include = ["Headers", "Body", "Trailers"]
Expand Down

0 comments on commit 186ab4b

Please sign in to comment.