Cannot get WordPress debug.log working. #890
Replies: 6 comments 2 replies
-
|
I think if you want |
Beta Was this translation helpful? Give feedback.
-
|
Unless you are overriding Line 168 in 654752d |
Beta Was this translation helpful? Give feedback.
-
|
Let me check if I can see my log messages in docker logs. Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
My log messages do appear in the docker logs. And they appear even when I do not set |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I see the result of To get |
Beta Was this translation helpful? Give feedback.
-
|
I have this working now. Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get WordPress in this Docker image to create a
debug.logfile. I am using the Docker Compose example from here https://hub.docker.com/_/wordpressI set the
WORDPRESS_DEBUGenvironment variable, in the wordpress service definition and then call theerror_log('...')function from a plugin. Nodebug.logfile appears in thewp-contentfolder or anywhere else that I can find.Any advice please?
Beta Was this translation helpful? Give feedback.
All reactions