I'm running Nginx in a Docker container, and my error log keeps filling up with NULL
characters, so it looks like this:
I had Nginx and PHP containers both set to output errors to error.log. When I set PHP to use a separate log file, I get fewer NULL
s, but they still crop up, especially in the PHP log.
Has anyone come across this before, and is there a tweak I can do to prevent it?