improve debug

pull/1/head
Nilo Roberto C Paim 2023-08-13 08:43:43 -03:00
parent 951e1fa68a
commit e083313779
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func main() {
app.Use(logger.New(logger.Config{
// Output: file,
Format: "[${ip}]:${port} ${status} - ${method} ${path}\n",
Format: "[${ip}]:${port} ${status} - ${method} ${path} ${reqHeaders}\n",
}))
app.Use(cors.New(cors.Config{