Plug.Logger (Plug v1.11.1) View Source
A plug for logging basic request information in the format:
GET /index.html
Sent 200 in 572msTo use it, just plug it into the desired module.
plug Plug.Logger, log: :debugOptions
:log- The log level at which this plug should log its request info. Default is:info.