chore(argo-workflows): expose option to control the log format/level (#1855)
* Allow to change the log format to json Signed-off-by: Jonathan Muller <koren@pukogames.com> * Documentation, version Signed-off-by: Jonathan Muller <koren@pukogames.com> --------- Signed-off-by: Jonathan Muller <koren@pukogames.com>
This commit is contained in:
parent
88b92909e6
commit
f66c40319a
5 changed files with 31 additions and 3 deletions
|
|
@ -216,6 +216,8 @@ controller:
|
|||
level: info
|
||||
# -- Set the glog logging level
|
||||
globallevel: "0"
|
||||
# -- Set the logging format (one of: `text`, `json`)
|
||||
format: "text"
|
||||
|
||||
# -- Service type of the controller Service
|
||||
serviceType: ClusterIP
|
||||
|
|
@ -469,6 +471,14 @@ server:
|
|||
# extraArgs:
|
||||
# - --auth-mode=server
|
||||
|
||||
logging:
|
||||
# -- Set the logging level (one of: `debug`, `info`, `warn`, `error`)
|
||||
level: info
|
||||
# -- Set the glog logging level
|
||||
globallevel: "0"
|
||||
# -- Set the logging format (one of: `text`, `json`)
|
||||
format: "text"
|
||||
|
||||
# -- Additional volume mounts to the server main container.
|
||||
volumeMounts: []
|
||||
# -- Additional volumes to the server pod.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue