CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

Don't use the fifo for logs as it does not work on logplex #175

Closed stof closed 9 years ago

stof commented 9 years ago

This is an alternative to #158 using real files rather that FIFO, matching the behavior of the official PHP buildpack.

Note that I'm actually running this code in production since 1 year, but I forgot to include it in the buildpack