Skip to content

Commit e64ca8f

Browse files
committed
Debug logs
1 parent ea08d02 commit e64ca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/no/nav/pto/veilarbportefolje/util/DbUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class DbUtils {
1111

1212
public static DataSource createDataSource(String dbUrl) {
1313
try {
14-
log.info("db url" + dbUrl);
14+
log.info("db url: " + dbUrl);
1515
HikariConfig config = createDataSourceConfig(dbUrl, 10);
1616
return new HikariDataSource(config);
1717
} catch (Exception e) {

0 commit comments

Comments
 (0)