chrootlogin / docker-nextcloud

Nextcloud docker image running on top of NGinx, PHP 7 and Alpine Linux

Home Page:https://hub.docker.com/r/rootlogin/nextcloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read php error log

onny opened this issue · comments

Hey,
what is the best way to read the php error log?
Currently I'm restarting the process php-fpm in a bash shell to see whats going on. Is it possible to read the php error logs from outside the cointainer?
Best regards
Jonas

Hey!

I think PHP errors should be printed out directly to stdout and stderr, so they should be able to get by docker logs [container-name]. Does that not work?

Best regards
Simon

Oh thank you that was easy :)