automation-suite
2023.4
false
UiPath logo, featuring letters U and I in white

Automation Suite on Linux installation guide

Last updated Dec 23, 2025

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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated