Is there a nginx equivalent to apaches CustomLog directive with the "|"
prefix so it logs into stdin of another program/script? I need to do
real-time processing of the access log data and I'm wondering how I can
accomplish this once I switch to nginx.