1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 20:17:05 +00:00

Nothing special: when iris.DevLogger() used then group logs based on time.

Former-commit-id: 921e2d5baabd3d299f4a719ef0a0abd924bc3bc9
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-28 05:37:53 +02:00
parent abf2be4296
commit b214df742b
11 changed files with 106 additions and 20 deletions

View File

@@ -518,8 +518,7 @@ func New() iris.Policies {
Boot: func(s *iris.Framework) {
logger = s.Log
s.Set(iris.OptionOther(iris.RouterNameConfigKey, Name))
},
},
}},
RouterReversionPolicy: iris.RouterReversionPolicy{
// path normalization done on iris' side
StaticPath: func(path string) string {