We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9325c commit 87aa5e0Copy full SHA for 87aa5e0
docs/core/middleware/logger.md
@@ -44,7 +44,7 @@ app.Use(logger.New(logger.Config{
44
app.Use(requestid.New())
45
app.Use(logger.New(logger.Config{
46
// For more options, see the Config section
47
- Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}\n",
+ Format: "${pid} ${locals:requestid} ${status} - ${method} ${path}\n",
48
}))
49
50
// Changing TimeZone & TimeFormat
0 commit comments