Merge eb2cf6febf68daef0718ed5cff4b0a0f990f4794 into 03f3e420a3c370659359fb4deb99a474229b215a

This commit is contained in:
Nhan (Nolan) Huynh 2026-06-25 22:03:26 +07:00 committed by GitHub
commit 75f2fadecf
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))
}
}