From 0204958e818c91caad3a74e6395db5d22612d53d Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 23 Jun 2017 15:53:22 +0200 Subject: [PATCH] Minor changes --- middleware/Log.go | 1 + 1 file changed, 1 insertion(+) 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