You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some places like application controller file there's a standardization to specify application structured field value without a namespace, while also adding namespace as a separate field + a couple more fields
. However, it's not like that in all files, and some files still log the application field with prepended namespace and /. It'd be great to standardize this across the codebase.
Motivation
Easier and more consistent log analysis experience.
Proposal
Audit places which log or should application field, move the helper function to the common utils and use it in those places.
The text was updated successfully, but these errors were encountered:
Summary
In some places like application controller file there's a standardization to specify
application
structured field value without a namespace, while also adding namespace as a separate field + a couple more fieldsargo-cd/controller/appcontroller.go
Lines 101 to 108 in 5d0a3e6
application
field with prepended namespace and /. It'd be great to standardize this across the codebase.Motivation
Easier and more consistent log analysis experience.
Proposal
Audit places which log or should
application
field, move the helper function to the common utils and use it in those places.The text was updated successfully, but these errors were encountered: