We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e4b3 commit 5a0829eCopy full SHA for 5a0829e
infra/argocd/argocd-cmd-params-cm.yaml
@@ -8,5 +8,14 @@ metadata:
8
data:
9
# Run server without TLS
10
server.insecure: "true"
11
-
12
+
+ controller.log.format: "json"
13
+ controller.log.level: "warn"
14
+ server.log.format: "json"
15
+ server.log.level: "warn"
16
+ reposerver.log.format: "json"
17
+ reposerver.log.level: "warn"
18
+ applicationsetcontroller.log.format: "json"
19
+ applicationsetcontroller.log.level: "warn"
20
+ notificationscontroller.log.format: "json"
21
+ notificationscontroller.log.level: "warn"
0 commit comments