Merge eb2cf6febf68daef0718ed5cff4b0a0f990f4794 into d75fcd4c9ab260e5225de590f1f0f8c0e0e12d11

This commit is contained in:
Nhan (Nolan) Huynh 2026-06-04 09:41:01 +02:00 committed by GitHub
commit 7fa73130ec
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))
}
}