0.20.0
Upgrading to 0.20.0
We have added support for logs injection to the tracer. If you are already using ddtrace-run
, the integration can be enabled with setting the environment variable DD_LOGS_INJECTION=true
. The default behavior once logs injection is enabled is to have trace information inserted into all log entries. If you prefer more customization, you can manually instrument and configure a log formatter with the tracer information.
Changes
New Integrations
Enhancements
- [core] Tracer and logs integration (#777)
Read the full changeset and the release milestone.