scoutapp / scout_apm_python

ScoutAPM Python Agent. Supports Django, Flask, and many other frameworks.
https://scoutapm.com
MIT License
69 stars 21 forks source link

Log elasticsearch client method instrumentation problems at DEBUG. #715

Closed tim-schilling closed 2 years ago

tim-schilling commented 2 years ago

Only log warnings for ElasticSearch client method instrumentation if no client methods were instrumented. Otherwise, log the issues at the debug level. This avoids flooding logs when clients use an older version of ElasticSearch.

Fixes #713