argoproj / argo-cd

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

Switch default logging to JSON in v3.0 #20897

Open andrii-korotkov-verkada opened 19 hours ago

andrii-korotkov-verkada commented 19 hours ago

Summary

JSON is better for integration with Datadog and maybe Otel as well.

Motivation

It's easier to parse structured fields, which would have various edge cases in text format.

Proposal

Switch default format options.