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

This commit is contained in:
GoEdgeLab
2023-03-19 11:00:27 +08:00
parent 9f28417895
commit 640fa7e6b6
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)