We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1152f commit 7ba6418Copy full SHA for 7ba6418
src/main/java/io/ebean/datasource/pool/ConnectionPool.java
@@ -403,7 +403,7 @@ private synchronized void notifyDataSourceIsDown(SQLException ex) {
403
}
404
if (!dataSourceDownAlertSent) {
405
dataSourceDownAlertSent = true;
406
- logger.error("FATAL: DataSourcePool [" + name + "] is down or has network error!!! message:" + ex.getMessage(), ex);
+ logger.error("FATAL: DataSourcePool [" + name + "] is down or has network error!!!", ex);
407
if (notify != null) {
408
notify.dataSourceDown(this, ex);
409
0 commit comments