Skip to content

Commit

Permalink
merge(#1293): chart 0.22.1, log level key
Browse files Browse the repository at this point in the history
Support  to modify the log level key name in the cadence
  • Loading branch information
akijakya committed Nov 10, 2021
2 parents 5a6e2e2 + f5f7ad4 commit bc6a0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.22.0
version: 0.22.1
appVersion: 0.22.3
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
Expand Down
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 bc6a0cb

Please sign in to comment.