Automation Suite
2023.10
false
Banner background image
Automation Suite on Linux Installation Guide
Last updated Apr 19, 2024

How to manually set the ArgoCD log level to Info

To manually change the ArgoCD log level to Info, run the following command:

kubectl get cm -n argocd argocd-cmd-params-cm -o yaml | sed "s/.log.level: debug/.log.level: info/" | kubectl  apply -f -
kubectl rollout restart deploy/argocd-repo-server -n argocd
kubectl rollout restart sts/argocd-application-controller -n argocd
kubectl rollout restart deploy/argocd-server  -n argocdkubectl get cm -n argocd argocd-cmd-params-cm -o yaml | sed "s/.log.level: debug/.log.level: info/" | kubectl  apply -f -
kubectl rollout restart deploy/argocd-repo-server -n argocd
kubectl rollout restart sts/argocd-application-controller -n argocd
kubectl rollout restart deploy/argocd-server  -n argocd

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.