📚 Doc: removed zero width white space from logger docs (#3144)

removed zero width white space from logger docs
pull/3145/head
Oktay Özkan 2024-09-24 10:40:02 +03:00 committed by GitHub
parent 53199f67b8
commit 1169e9ac99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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