heroku / heroku-buildpack-nginx

Run NGINX in a Heroku app
1 stars 3 forks source link

Enable debug logging #48

Closed abernicchia-heroku closed 4 years ago

abernicchia-heroku commented 4 years ago

It would be useful having the possibility to enable the error_log debug, but currently the executable is compiled without the --with-debug flag and then it cannot be used. See official reference here. Probably, delivering two executable versions (nginx, nginx-debug) could be useful to maintain performance under high load in case of production usage.