Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.57.0
-
None
Description
On line 855 of FailoverProvider.java an actual error condition is logged at DEBUG level:
LOG.debug("Failover: the provider reports failure: {}", ex.getMessage());
This happens when the connection is lost irrecoverably. This is particularly an issue using a Single/CachedConnectionFactory as it stays down. Please can this event be logged at INFO or better still WARN level instead?
I am happy to raise a PR for it if is approved by the maintainers
Attachments
Issue Links
- is related to
-
QPIDJMS-557 ocassional connection failure log despite successfull requested connection closure
- Closed