I would like to write JSON strings on every request into the access logs, so it would be easier to consume it later.
I am using the print() exposed by Lapis/Openresty, however I would like to over ride the timestamp, log level and other information that is part of the nginx log format.
How can I override it?