I typically don't like to ask directly how to do something without much understanding of what's going on, but I'm fairly new to rails and I'm having a hard time accomplishing this.
Basically, I need to capture the following information for each request in a single log statement (if possible)
What's the preferred way of customizing the log format? Is it possible to just modify the existing logs and pass it this information? Or would I need to extend and overwrite the behavior I need?
I don't need this to be saved to a different log file or anything, just output to STDOUT on each request.
Any help with this would be greatly appreciated.
Thanks!