When I was using Apache, PHP error was logged in the apache error log.
Now I am using nginx + fpm, seems display_error() is doing nothing.
1. What would be the standard way to log error then? Using the
error_log directive?
2. Will it cause a problem when serveral fpm instance is trying to
write to the same file?
Thanks.