Update HikariConfig.java (#1761)

fix alignment for config lines in log
pull/1786/head v4.x
darkslave86 4 years ago committed by GitHub
parent 44779bdeba
commit 2a92bcf2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1132,7 +1132,7 @@ public class HikariConfig implements HikariConfigMXBean
else if (value == null) {
value = "none";
}
LOGGER.debug("{}{}", (prop + "................................................".substring(0, 32)), value);
LOGGER.debug("{}{}", (prop + "................................................").substring(0, 32), value);
}
catch (Exception e) {
// continue

Loading…
Cancel
Save