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
I'm struggling to lograge style logging when using grape.
A standard log when using lograge should look like something like this method=GET path=/jobs/833552.json format=json controller=JobsController action=show status=200 duration=58.33 view=40.43 db=15.26
In the README the example output looks like
Started GET "/v1/reports/101" at 2015-12-11 15:40:51 -0800
Processing by ReportsAPI#reports/:id
Parameters: {"id"=>"101"}
Completed 200 in 6.29ms
I'm going to RTFM a bit more, but maybe someone can point me in the right direction? Wouldn't it make sense to use the same formatter lograge uses out of the box?
The text was updated successfully, but these errors were encountered:
I'm struggling to lograge style logging when using grape.
A standard log when using lograge should look like something like this
method=GET path=/jobs/833552.json format=json controller=JobsController action=show status=200 duration=58.33 view=40.43 db=15.26
In the README the example output looks like
I'm going to RTFM a bit more, but maybe someone can point me in the right direction? Wouldn't it make sense to use the same formatter lograge uses out of the box?
The text was updated successfully, but these errors were encountered: