Merge pull request #8801 from KomachiSion/develop-client-detail-exception
Add exception detail stacks when connect to server failed.
This commit is contained in:
commit
ff336d97b9
@ -390,7 +390,7 @@ public abstract class RpcClient implements Closeable {
|
||||
} catch (Throwable e) {
|
||||
LoggerUtils.printIfWarnEnabled(LOGGER,
|
||||
"[{}] Fail to connect to server on start up, error message = {}, start up retry times left: {}",
|
||||
name, e.getMessage(), startUpRetryTimes);
|
||||
name, e.getMessage(), startUpRetryTimes, e);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user