refactor: use nginx -s reload instead of systemd

- doc: add comment
This commit is contained in:
2026-08-17 10:10:14 +08:00
parent 79f18fcdea
commit f536987a7e
62 changed files with 2216 additions and 598 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
"testing"
)
// TestLoggerWritesConsoleAndFile 验证日志同时写入控制台与文件,且包含消息与键值字段。
func TestLoggerWritesConsoleAndFile(t *testing.T) {
t.Parallel()
var console bytes.Buffer