mirror of https://github.com/gofiber/fiber.git
📚 Doc: removed zero width white space from logger docs (#3144)
removed zero width white space from logger docspull/3145/head
parent
53199f67b8
commit
1169e9ac99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue