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:
commit
74d2fe1baa
9 changed files with 656 additions and 267 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…
Add table
Add a link
Reference in a new issue