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