UiPath Documentation
automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Mar 26, 2026

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 argocd
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 argocd

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated