SumoLogic / sumologic-java-http-core

Core Java components for sending data to Sumo Logic HTTP sources
Apache License 2.0
2 stars 4 forks source link

Clean up logging for HTTP retry #9

Closed rvmiller89 closed 4 years ago

rvmiller89 commented 4 years ago

Clean up logging for retryable HTTP status codes after https://github.com/SumoLogic/sumologic-java-http-core/pull/8

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #9      +/-   ##
============================================
+ Coverage     61.51%   61.63%   +0.12%     
  Complexity       65       65              
============================================
  Files             9        9              
  Lines           317      318       +1     
  Branches         27       27              
============================================
+ Hits            195      196       +1     
  Misses          108      108              
  Partials         14       14
Impacted Files Coverage Δ Complexity Δ
...java/com/sumologic/http/sender/SumoHttpSender.java 82.82% <100%> (+0.17%) 20 <0> (ø) :arrow_down:

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 d86da20...f34d105. Read the comment docs.