Add log level config option

This commit is contained in:
Daniel 2021-03-31 10:30:01 +02:00
parent 8b775f4dd4
commit 90939d8464
5 changed files with 146 additions and 48 deletions

View file

@ -192,5 +192,7 @@ func setDefaultConfigOption(key string, value interface{}, push bool) (err error
// finalize change, activate triggers
signalChanges()
return saveConfig()
// Do not save the configuration, as it only saves the active values, not the
// active default value.
return nil
}