ferchdav

Results 7 comments of ferchdav

Hello @juwon8891 Yes, here the steps.: 1) Get ArgoCD installed on GCP GKE 2) According to documentation, configure the Config Map argocd-cmd-params-cm with the following data: * Doc link: https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cmd-params-cm-yaml/...

@juwon8891 Have you set your ArgoCD on GCP GKE? If so, you will see that despite having the configmap **_argocd-cmd-params-cm_** configured with **_error_**, all logs with INFO (default value in...

@juwon8891 PFA logging_notification_controller.png with details. You will see that the notification-controller is sending logs with level error, debug or info despite error was set in the configmap ![logging_notification_controller](https://github.com/user-attachments/assets/b87a09e5-d3a6-40a4-8d08-f8cf7847ee3e) The logging...

@juwon8891 It's seems you are getting no logs in gcp from your argocd instance. Try any of these 2 options: 1) resource.labels.namespace_name="argocd" labels.k8s-pod/app_kubernetes_io/name="argocd-notifications-controller" or just: 2) resource.labels.namespace_name="argocd" and let me...

@juwon8891 Yes, here the container logs from 1 of the pods where you see level info, warning, etc ![Screenshot 2024-07-30 at 17 00 07](https://github.com/user-attachments/assets/35b776ee-8114-4948-9733-36cc9f8fe6d7) and here the configmap conf: ![Screenshot...

Thanks! Checking asap On Sun, Oct 13, 2024 at 5:14 AM ignotas ***@***.***> wrote: > I have added patch: > apiVersion: v1 kind: ConfigMap metadata: name: argocd-cmd-params-cm data: > applicationsetcontroller.log.format:...