Skip to content

Commit 646769d

Browse files
committed
more logs
1 parent ef41cca commit 646769d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbos/dbos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ func NewDBOSContext(inputConfig Config) (DBOSContext, error) {
286286

287287
// Set global logger
288288
initExecutor.logger = config.Logger
289+
initExecutor.logger.Info("Initializing DBOS context", "app_name", config.AppName)
289290

290291
// Register types we serialize with gob
291292
var t time.Time

0 commit comments

Comments
 (0)