1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 19:36:00 +00:00

improve route debug info, see HISTORY.md

Former-commit-id: ae245bae5fefa57c5f7663f7d1d661ec68ad366a
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-04-26 06:21:20 +03:00
parent 5d3c96947c
commit 77a79cae58
8 changed files with 115 additions and 39 deletions

View File

@@ -180,7 +180,9 @@ Other Improvements:
- New Router [Wrapper](middleware/grpc).
- New MVC `.Handle(ctrl, mvc.GRPC{...})` option which allows to register gRPC services per-party (without the requirement of a full wrapper) and optionally strict access to gRPC clients only, see the [example here](_examples/mvc/grpc-compatible).
- Improved logging (with `app.Logger().SetLevel("debug")`) for MVC-registered routes.
- Improved tracing (with `app.Logger().SetLevel("debug")`) for routes. Example:
![DBUG routes](https://iris-go.com/images/v12.2.0-dbug.png)
- New `iris.WithLowercaseRouting` option which forces all routes' paths to be lowercase and converts request paths to their lowercase for matching.