Skip to content
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

Third Party Python Modules Warnings are Logged as Errors in Datadog #10963

Open
angelaju1218 opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@angelaju1218
Copy link

angelaju1218 commented Oct 7, 2024

Hey datadog team,

I used datadog to monitor my python application, the warnings in the third party python modules will appear as errors in the datadog log explorer. even the DD trace module warnings or debugging could be shown as errors in Datadog UI. For example, I got a lot of error logs of

Error getting lock acquire/release call location and variable name: 'Model' object has no attribute '_has_params'

But I believe these are warnings in the dd-trace-py code. Also in my error log explorer, I could see error logs like sent 958B in 1s to <datadog trace host>, which is debugging info.

I know I could resolve this by set the logger level to ERROR, but would like to understand why DD cannot grab the right logger type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant