1
0
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:
Gerasimos (Makis) Maropoulos
2020-04-26 17:51:27 +03:00
parent 66e641513c
commit 346ca2a219
5 changed files with 34 additions and 7 deletions

View File

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