mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
route logging improvement: group by methods
Former-commit-id: ad884991433a244dc76bdad7314d98a5c204dac6
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
func main() {
|
||||
app := iris.New()
|
||||
app.Logger().SetLevel("debug").SetTimeFormat("")
|
||||
app.Logger().SetLevel("debug")
|
||||
|
||||
// GET: http://localhost:8080
|
||||
app.Get("/", info)
|
||||
|
||||
Reference in New Issue
Block a user