feat(config): log config on boot
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2024-12-16 16:17:26 +01:00
parent 1cc19e0085
commit c9475d0093

View File

@@ -55,6 +55,8 @@ func loadEnv() error {
return err return err
} }
log.Printf("Loaded config: %+v\n", config)
return nil return nil
} }