Bug Fixes
- logging: Fix issue when
dd.*
properties were not injected onto logging records unlessDD_LOGS_ENABLED=true
env var was set (default value isstructured
). This issue causes problems for non-structured loggers which set their own format string instead of havingddtrace
set the logging format string for you.