-
Notifications
You must be signed in to change notification settings - Fork 418
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
Errors/Warnings in service's log #10995
Comments
In our logger setup we do this to silence these chatty messages:
(I don't know if it's the best way to handle them but it works for us). |
@guyzmo - Does the application use If so, by default More details can be found in Scenario 1: ddtrace version 2.x and higher . To apply this to all of the logs emitted by dd-trace-py instead of only the internal writer, you can also just target
However, if you ever do want to us to debug/troubleshoot the various error messages, like the ones involving failing to send stats, then we'd need the ddtrace in debug mode or higher. Regarding your sample logs: Example 1:
There are a few causes of this happening, so if you open a support ticket with us and tell us more about the environment and google cloud deployment, we may be able to provide some suggestions. Example 2:
This message isn't an error but just the Python tracer saying it submitted data to the Trace Agent in the Datadog Agent Example 3:
This indicates an issue sending data to the Datadog Agent, but if this occurred before the log about sending traces, it might be okay depending on when your Datadog Agent in this set up is ready to collect the traces. It's hard to confirm the impact without knowing more of the frequency. (If it's a concern, a support ticket would be the best path forward so we can fully study the logs). |
When I look at the logs in google cloud (like for the deployments), I have many warnings like:
or like:
or
Is there a way to silence them? Or maybe I have something wrong that I should fix? Or maybe there's some env variables I should turn off (for swap memory stats)?
The text was updated successfully, but these errors were encountered: