apache - change wordpress log language to something different to website

admin2025-01-07  3

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?

Share Improve this question edited Nov 29, 2024 at 16:28 mmm 3,7933 gold badges16 silver badges22 bronze badges asked Nov 29, 2024 at 9:35 07lodgeT07lodgeT 211 bronze badge 2
  • 1 it depends on whether wordpress translation API was used to create the relevant translation. If not, the answer is "no", if yes, the answer is "maybe" and you should probably be more specific about which kind of messages you refer to. My gut feeling is that the answer will be "no" or a "hard to implement yes" but context might make a difference here – Mark Kaplun Commented Nov 29, 2024 at 12:42
  • Is it just the entries that the WP_Error class logs that are in Spanish, or everything in the Apache logs? – Chris Cox Commented Nov 29, 2024 at 17:14
Add a comment  | 

1 Answer 1

Reset to default 1

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736265326a1037.html

最新回复(0)