looks good, it should be test worthy
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user