Skip to content

Commit

Permalink
πŸ“š Doc: removed zero width white space from logger docs (#3144)
Browse files Browse the repository at this point in the history
removed zero width white space from logger docs
  • Loading branch information
oktayozkan0 authored Sep 24, 2024
1 parent 53199f6 commit 1169e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/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 1169e9a

Please sign in to comment.