diff --git a/middleware/Log.go b/middleware/Log.go index a010d22a..1a9f9472 100644 --- a/middleware/Log.go +++ b/middleware/Log.go @@ -47,6 +47,7 @@ func logRequest(ctx *aero.Context, responseTime time.Duration) { if len(hostNames) != 0 { hostName = hostNames[0] + hostName = strings.TrimSuffix(hostName, ".") } // Log every request