Removed exception stacktrace during reconnect

master
Robinson 2023-11-27 13:11:47 +01:00
parent bf0cd3f0e6
commit cf2e7ffc77
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 2 deletions

View File

@ -951,9 +951,9 @@ open class Client<CONNECTION : Connection>(config: ClientConfiguration = ClientC
aeronDriver.delayLingerTimeout()
if (connectionTimeoutSec == 0) {
logger.info("Reconnecting...", Exception())
logger.info("Reconnecting...")
} else {
logger.info("Reconnecting... (timeout in $connectionTimeoutSec seconds)", Exception())
logger.info("Reconnecting... (timeout in $connectionTimeoutSec seconds)")
}
connect(