You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO 2020/03/31 22:40:13 Started GET "/foobar" [::1]:55044 HTTP/1.1
86
+
INFO 2020/03/31 22:40:13 Completed 200 in 300.131639ms
87
+
INFO 2020/03/31 22:40:18 Started GET "/foobar" [::1]:55044 HTTP/1.1
88
+
INFO 2020/03/31 22:40:18 Completed 200 in 302.047625ms
89
+
```
90
+
91
+
## Showing Parameters
92
+
```sh
93
+
INFO 2020/03/31 22:40:13 Started GET "/foobar" [::1]:55044 HTTP/1.1
94
+
INFO 2020/03/31 22:40:13 Parameters: {"foo" =>"bar"}
95
+
INFO 2020/03/31 22:40:13 Completed 200 in 300.131639ms
96
+
```
97
+
Check out my other middleware package to output incoming parameters, which is also influenced by the Ruby on Rails logger: [https://github.com/aaronvb/logparams](https://github.com/aaronvb/logparams)
0 commit comments