Skip to content

Commit 68642e0

Browse files
authored
Log JDBC URL + Username On Startup (#173)
Fixes #163
1 parent 08e8392 commit 68642e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/dev/dbos/transact/execution/DBOSExecutor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ public void start(
109109
this.appVersion = AppVersionComputer.computeAppVersion(registeredClasses);
110110
}
111111

112+
logger.info("System Database: {}", this.config.databaseUrl());
113+
logger.info("System Database User name: {}", this.config.dbUser());
112114
logger.info("Executor ID: {}", this.executorId);
113115
logger.info("Application Version: {}", this.appVersion);
114116

0 commit comments

Comments
 (0)