1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

add TraceRoute feature on request logger

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-18 19:33:07 +03:00
parent e98fd21c83
commit 35ab1de212
4 changed files with 16 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ func main() {
Path: true,
// Query appends the url query to the Path.
Query: true,
// Shows information about the executed route.
TraceRoute: true,
// Columns: true,