We are English speaking developers with a website frontend that is in Spanish and the admin panel is in English by changing the langauge for us in our us profiles. - This is all working okay!
The issue lies in what language the logs are in that go into our Apache2 logs. It's all in Spanish!
Is there a way to force the Wordpress Apache2 logs to be English while leaving all other settings the same?
We are English speaking developers with a website frontend that is in Spanish and the admin panel is in English by changing the langauge for us in our us profiles. - This is all working okay!
The issue lies in what language the logs are in that go into our Apache2 logs. It's all in Spanish!
Is there a way to force the Wordpress Apache2 logs to be English while leaving all other settings the same?
It seems you need to change language on Apache config itself as it dictates which language to use for logging and other stuff.
There seems to be no relation with WordPress language settings as it only translate content for selected language by gettext utility.
So both are different and need to set differently. You can check Apache config, generally named as httpd.conf in Debian family Linux distros.
WP_Error
class logs that are in Spanish, or everything in the Apache logs? – Chris Cox Commented Nov 29, 2024 at 17:14