We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef41cca commit 646769dCopy full SHA for 646769d
dbos/dbos.go
@@ -286,6 +286,7 @@ func NewDBOSContext(inputConfig Config) (DBOSContext, error) {
286
287
// Set global logger
288
initExecutor.logger = config.Logger
289
+ initExecutor.logger.Info("Initializing DBOS context", "app_name", config.AppName)
290
291
// Register types we serialize with gob
292
var t time.Time
0 commit comments