mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Make Info default log level
This commit is contained in:
parent
88d7ac04bf
commit
d93a7f2e02
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue