Skip to content

Commit 5a0829e

Browse files
committed
Add logging configuration for ArgoCD components with JSON format and warning level
1 parent 370e4b3 commit 5a0829e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

infra/argocd/argocd-cmd-params-cm.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,14 @@ metadata:
88
data:
99
# Run server without TLS
1010
server.insecure: "true"
11-
12-
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

Comments
 (0)