-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dont print DATADOG CONFIGURATION #3940
Comments
Hey @jshah yes, there's a way! You can do it via environment variables:
or via code:
Let me know if this works for you! 😃 |
Inexplicably, on ddtrace 1.23.3, running |
Yes, that's the reason why! Unfortunately it's a bit of a sharp edge right now -- configuration can be applied after the library loads and starts, and "auto_instrument" triggers this exactly. The environment variable is the way to set this setting inconditionally. |
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: