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
include this value from the rack env in log messages
Or:
include this header from requests or responses in log messages
Or:
call this proc/lambda/block every time you log to let me customize log messages
This would allow us to nicely implement something like greensync/greensync-static-site#7
The base logger API exposed by this gem supports that kind of thing easily - but I can't think of a nice way to do this with the RequestLogging class as it is today.
The text was updated successfully, but these errors were encountered:
Well, I'd figured one could always subclass RequestLogging, and override/extend the #request_details and #response_details methods. Does that do the trick?
I'd like to be able to ask of the request logger:
Or:
Or:
This would allow us to nicely implement something like greensync/greensync-static-site#7
The base logger API exposed by this gem supports that kind of thing easily - but I can't think of a nice way to do this with the
RequestLogging
class as it is today.The text was updated successfully, but these errors were encountered: