Skip to content

Commit 348141e

Browse files
author
Pierre Setteskog
committed
better log information
1 parent 5a873e4 commit 348141e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ private void HandleTopologyRecoveryException(TopologyRecoveryException e)
900900
{
901901
throw e;
902902
}
903-
ESLog.Error($"Will not throw Topology Exception {e.InnerException?.GetType().FullName}.", e);
903+
ESLog.Info($"Exception {e.InnerException?.GetType().FullName} is ignored because of it's not a known connection problem.", e);
904904

905905
}
906906

0 commit comments

Comments
 (0)