We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e8392 commit 68642e0Copy full SHA for 68642e0
src/main/java/dev/dbos/transact/execution/DBOSExecutor.java
@@ -109,6 +109,8 @@ public void start(
109
this.appVersion = AppVersionComputer.computeAppVersion(registeredClasses);
110
}
111
112
+ logger.info("System Database: {}", this.config.databaseUrl());
113
+ logger.info("System Database User name: {}", this.config.dbUser());
114
logger.info("Executor ID: {}", this.executorId);
115
logger.info("Application Version: {}", this.appVersion);
116
0 commit comments