Skip to content

Commit

Permalink
Support the log level key name in the cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Sep 23, 2021
1 parent 5707f13 commit cb0be8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/templates/server-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
log:
stdout: true
level: {{ .Values.server.config.logLevel | quote }}
levelKey: "level"
levelKey: {{ .Values.server.config.levelKey | quote }}
persistence:
defaultStore: default
Expand Down
1 change: 1 addition & 0 deletions cadence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ server:
# enabled: true

logLevel: "debug,info"
levelKey: "level"

# IMPORTANT: This value cannot be changed, once it's set.
numHistoryShards: 512
Expand Down

0 comments on commit cb0be8b

Please sign in to comment.