argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.45k stars 4.97k forks source link

chore: Improve appcontroller logs further - Closes [#18113] #18174

Closed andrii-korotkov-verkada closed 2 weeks ago

andrii-korotkov-verkada commented 3 weeks ago

Standardize a way application fields are added to log entries and add them in a few missing places. That'd be helpful to filter all logs related to a given application and have a consistent set of fields. "application" would refer to just the name, not the qualified name, for consistency with audit logger and since "app-namespace" field would also be available.

Checklist: