The default log format includes the request number and number of requests. However I don't see a way to reference those variables in a custom log format.
Any idea how I can sprinkle them in?
(see the ??? here)
log-format = [pid: %(pid)|app: ???|req: ???/???] %(addr) (%(user)) {%(vars) vars in %(pktsize) bytes} [%(ctime)] %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs (%(proto) %(status)) %(headers) headers in %(hsize) bytes (%(switches) switches on core %(core)) %(var.HTTP_STARTTIMESTAMP) %(var.HTTP_REFERER)
The default log format for uWSGI is as follows:
app: -|req: -/-appear to be what you're looking for.