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:
Nicolai Ort 2024-12-16 16:17:26 +01:00
parent 1cc19e0085
commit c9475d0093
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

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