Merge eb2cf6febf68daef0718ed5cff4b0a0f990f4794 into 34dac209ffb6ef85cc78c5d217bbb7ad001d68fd

This commit is contained in:
Nhan (Nolan) Huynh 2026-07-15 17:50:13 +08:00 committed by GitHub
commit cbb332f74e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,6 @@ func LoggerWithConfig(conf LoggerConfig) HandlerFunc {
param.Path = path
fmt.Fprint(out, formatter(param))
_, _ = io.WriteString(out, formatter(param))
}
}