Make Info default log level

This commit is contained in:
Kristoffer Dalby 2021-08-20 17:15:07 +01:00
parent 88d7ac04bf
commit d93a7f2e02
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -39,7 +39,7 @@ func LoadConfig(path string) error {
viper.SetDefault("ip_prefix", "100.64.0.0/10")
viper.SetDefault("log_level", "debug")
viper.SetDefault("log_level", "info")
err := viper.ReadInConfig()
if err != nil {