Skip to content

Commit

Permalink
Merge pull request #1693 from CrowleyRajapakse/custom-header
Browse files Browse the repository at this point in the history
Adding router log trace only from values.yaml level
  • Loading branch information
CrowleyRajapakse authored Aug 31, 2023
2 parents db7d978 + 43a92ab commit 2bf51b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ spec:
value: "/home/wso2/security/truststore/enforcer.crt"
- name: CONCURRENCY
value: "2"
- name: TRAILING_ARGS
value: --component-log-level http:debug,http2:debug,conn_handler:debug,ext_authz:trace
volumeMounts:
- name: router-keystore-secret-volume
mountPath: /home/wso2/security/keystore/router.key
Expand Down
2 changes: 2 additions & 0 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ wso2:
# enable: true
# accessLogs:
# enable: true
# env:
# TRAILING_ARGS: "--log-level trace"
enforcer:
resources:
requests:
Expand Down

0 comments on commit 2bf51b7

Please sign in to comment.