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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For context, we are using an opinionated logger, that only allows to inject
dd
in{"context":{"dd":{...}}}
Meanwhile, DataDog injects them to the top level object:
If left there, the resulting log message will be printed without
dd
:We could move it to
context.dd
and then the logs would get printed as expected:Is there a way to configure datadog-agent to read
dd
context from there?Beta Was this translation helpful? Give feedback.
All reactions