mirror of
https://github.com/safing/portbase
synced 2025-09-16 18:19:50 +00:00
Add log level config option
This commit is contained in:
parent
8b775f4dd4
commit
90939d8464
5 changed files with 146 additions and 48 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue