Merge pull request #84 from kradalby/integration-tests-ci

Improve logic to keep nodes up to date with the network state
This commit is contained in:
Juan Font
2021-08-23 09:42:07 +02:00
committed by GitHub
9 changed files with 656 additions and 267 deletions

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 {