kasperisager / php-dockerized

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use supervisor php5-fpm logging?

jaapen opened this issue · comments

commented

Do I need to activate this somewhere? The files php5-fpm-stderr + php5-fpm-stdout are always empty.

same issue here

I don't remember ever seeing anything in the php5-fpm log, but the other logs work just fine. Are you maybe looking for the Nginx logs instead?

commented

I thought the standard PHP errors would be shown in the php5-fpm log file. Am I wrong?

Ah! Those are shown in the Nginx log 👍

commented

Thx 👍