From 87aa5e0f9e79099a5243c4bcadfe9f7cc4c25980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Sep 2024 07:41:24 +0000 Subject: [PATCH] Add docs from https://github.com/gofiber/fiber/commit/1169e9a --- docs/core/middleware/logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/middleware/logger.md b/docs/core/middleware/logger.md index f9972ec2003..360aaacf07a 100644 --- a/docs/core/middleware/logger.md +++ b/docs/core/middleware/logger.md @@ -44,7 +44,7 @@ app.Use(logger.New(logger.Config{ app.Use(requestid.New()) app.Use(logger.New(logger.Config{ // For more options, see the Config section - Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}​\n", + Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}\n", })) // Changing TimeZone & TimeFormat