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