How write Debug.log in the staging environment
-
This is not directly your issue, but I thought you would know the answer.
We are trying to debug an issue and are using two staging environments – usingdefine( ‘WP_DEBUG_LOG’, true );
But they are both writing results to the same file:
debug.login the (live) content directory (usuallywp-content/debug.log).
How can we write to separate files (one in each of the staging environments).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.