jaegertracing / jaeger-client-python

🛑 This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
408 stars 155 forks source link

Update log warning function call #285

Closed tsaylor closed 4 years ago

tsaylor commented 4 years ago

logger.warn() is a deprecated interface, updating it to logger.warning()

Signed-off-by: Tim Saylor tim.saylor@gmail.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #285 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #285   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files          25       25           
  Lines        1935     1935           
  Branches      260      260           
=======================================
  Hits         1839     1839           
  Misses         64       64           
  Partials       32       32           
Impacted Files Coverage Δ
jaeger_client/config.py 91.75% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d91f034...7be261a. Read the comment docs.