mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
middleware/logger: new configuration field, defaults to false: Query bool, if true prints the full path, including the URL query as requested at https://github.com/kataras/iris/issues/1017
Former-commit-id: 03c8fc523a8ba955dae43e4c7e9498fc3d86a1c8
This commit is contained in:
@@ -17,6 +17,8 @@ func main() {
|
||||
Method: true,
|
||||
// Path displays the request path
|
||||
Path: true,
|
||||
// Query appends the url query to the Path.
|
||||
Query: true,
|
||||
|
||||
//Columns: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user