Skip to content

Commit 484af7c

Browse files
committed
add log line for config
1 parent 73a4b19 commit 484af7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/dp-deployer/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ func main() {
4747
os.Exit(1)
4848
}
4949

50+
log.Event(ctx, "config on startup", log.INFO, log.Data{"config": cfg})
51+
5052
h, err := initHandlers(ctx, cfg)
5153
if err != nil {
5254
log.Event(ctx, "failed to initialise handlers", log.FATAL, log.Error(err))

0 commit comments

Comments
 (0)