DataDog / helm-charts

Helm charts for Datadog products
Apache License 2.0
326 stars 1.01k forks source link

feat: add support for log format configuration #1421

Open fad3t opened 3 weeks ago

fad3t commented 3 weeks ago

What this PR does / why we need it:

Sets the DD_LOG_FORMAT_JSON env variable to make the agents log messages in the JSON format. This is controlled with the new variable datadog.logFormat (options are text (default) and json).

Checklist

mathieux51 commented 3 weeks ago

@fad3t Exactly the feature I was looking for 😁. Hope it gets merged soon 👀!