KES777 / mojo

Mojolicious - Perl real-time web framework
http://mojolicio.us
Artistic License 2.0
0 stars 0 forks source link

Do right logging for requests #18

Open KES777 opened 7 years ago

KES777 commented 7 years ago
Is it will be more useful if for request: ` /user/5?_method=DELETE` the logged message will be `DELETE "/user/5"` instead of `GET "/user/5"` this will allow to grep requests in log file more precisely `cat app.log | grep DELETE`