不提示单个端口Reload信息,防止不重要的日志过多

This commit is contained in:
刘祥超
2023-03-19 11:00:27 +08:00
parent 95f2573263
commit 91efe57e1b
2 changed files with 3 additions and 3 deletions

View File

@@ -602,9 +602,9 @@ func (this *Node) syncConfig(taskVersion int64) error {
// 刷新配置
if this.isLoaded {
remotelogs.Println("NODE", "reloading config ...")
remotelogs.Println("NODE", "reloading node config ...")
} else {
remotelogs.Println("NODE", "loading config ...")
remotelogs.Println("NODE", "loading node config ...")
}
this.onReload(nodeConfig, true)