1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +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

@@ -93,6 +93,8 @@ func registerSubdomains(app *iris.Application) {
func newApp() *iris.Application {
app := iris.New()
app.Logger().SetLevel("debug")
registerErrors(app)
registerGamesRoutes(app)
registerSubdomains(app)