I would like to separate the request for static files from those handled by passenger.
In Nginx one can log per "location" as far as I know, and that works fine for me. I have a global log and log per server.
However I would also like to separate my logs based on request that are handled by passenger and those that are statically served.
Is this possible, and if so: how?
Thx!