Skip to content

Commit

Permalink
Add docs from gofiber/fiber@1169e9a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent 2a9325c commit 87aa5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/middleware/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87aa5e0

Please sign in to comment.