looks good, it should be test worthy

This commit is contained in:
2025-05-10 11:33:30 +10:00
parent 0c1a9fb7e7
commit 9eeda34e19
3 changed files with 90 additions and 67 deletions

View File

@@ -23,6 +23,6 @@ import (
func CollectEnv() {
if err := viper.BindEnv("config", "NETBOUNCE_CONFIG"); err != nil {
log.Warn().Err(err).Msg("failed to bind env for config")
log.Warn().Caller().Err(err).Msg("failed to bind env for config")
}
}