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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user