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
Inexplicably, on ddtrace 1.23.3, running DD_TRACE_STARTUP_LOGS=false rails console doesn't print the configuration, but using c.diagnostics.startup_logs.enabled = false, they are still printed 😕. My only guess is it's somehow because I'm using auto_instrument, and the config is being printed before my initializer's config is even considered?
Hi, is there a way to not print the
DATADOG CONFIGURATION
on agent startup?Here is an example of the log that gets printed:
The text was updated successfully, but these errors were encountered: