Skip to content

Commit 3fde4e8

Browse files
committed
Update log
1 parent 4ee6c09 commit 3fde4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document-store/src/main/java/org/hypertrace/core/documentstore/postgres/PostgresConnectionPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private void setPoolProperties(
9090
connectionPool.setMaxWaitMillis(poolConfig.connectionAccessTimeout().toMillis());
9191
connectionPool.setAbandonedConfig(abandonedConfig);
9292
log.debug(
93-
"Connection pool properties - maxTotal: {}, maxIdle: {}, minIdle: {}, maxWaitMillis: {}, connectionSurrenderTimeout: {}",
93+
"Postgres connection pool properties - maxTotal: {}, maxIdle: {}, minIdle: {}, maxWaitMillis: {}, connectionSurrenderTimeout: {}",
9494
connectionPool.getMaxTotal(),
9595
connectionPool.getMaxIdle(),
9696
connectionPool.getMinIdle(),

0 commit comments

Comments
 (0)