Skip to content

Commit 87aa5e0

Browse files
Add docs from gofiber/fiber@1169e9a
1 parent 2a9325c commit 87aa5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/middleware/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app.Use(logger.New(logger.Config{
4444
app.Use(requestid.New())
4545
app.Use(logger.New(logger.Config{
4646
// For more options, see the Config section
47-
Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}\n",
47+
Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}\n",
4848
}))
4949

5050
// Changing TimeZone & TimeFormat

0 commit comments

Comments
 (0)