mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
request logger middleware: add graphical information about executed route's handlers
This commit is contained in:
@@ -288,7 +288,7 @@ func (h *routerHandler) Build(provider RoutesProvider) error {
|
||||
|
||||
for i, m := range methodRoutes {
|
||||
for _, r := range m.routes {
|
||||
r.Trace(logger.Printer)
|
||||
r.Trace(logger.Printer, -1)
|
||||
}
|
||||
|
||||
if i != len(allMethods)-1 {
|
||||
|
||||
Reference in New Issue
Block a user