leptus
leptus copied to clipboard
Passing the whole request object to debug log handler
What do you think about passing the whole Req data to the debug log handler here?
I'm trying to adopt my own log module instead of leptus_debug_log.erl and I'd like to have a possibility to log request's and/or response's body.
Would you consider a pull request for that or you think it would not be appropriate?