This commit is contained in:
MetaCubeX
2022-03-18 00:24:38 +08:00
parent e9151bc43f
commit df78ba8fa6
4 changed files with 2 additions and 418 deletions

View File

@ -74,7 +74,7 @@ func ApplyConfig(cfg *config.Config, force bool) {
mux.Lock()
defer mux.Unlock()
log.SetLevel(log.DEBUG)
log.SetLevel(log.INFO)
updateUsers(cfg.Users)
updateHosts(cfg.Hosts)