Update On Sat Mar 22 19:35:00 CET 2025

This commit is contained in:
github-action[bot]
2025-03-22 19:35:00 +01:00
parent 454cb02e71
commit 71ad7ff946
94 changed files with 1540 additions and 750 deletions

View File

@@ -172,7 +172,7 @@ func (xs *XrayServer) Start(ctx context.Context) error {
if err := xs.Reload(); err != nil {
xs.l.Error("Reload Xray Server meet error", zap.Error(err))
}
xs.l.Warn("Reload Xray Server success exit watcher ...")
xs.l.Info("Reload Xray Server Once success")
return
}
}