Instrumental / instrumental_agent-java

Java Agent for Instrumental Application Monitoring
https://instrumentalapp.com
Apache License 2.0
8 stars 0 forks source link

Connection failure logging is too aggressive #4

Open mediocretes opened 5 years ago

mediocretes commented 5 years ago

Looking at https://github.com/Instrumental/instrumental_agent-java/blob/master/src/main/java/com/instrumentalapp/Connection.java#L276

It looks like it will log a connection failure under 'severe' even if there are lots of retries left. This should be debug or warn at most, until the last one.

janxious commented 5 years ago

Concur