We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@wilson1000 advised about not using the local file system, and he suggested to check the stout.
PHP error messages are sent to stout (along with a log of network requests), therefore I think it is probably better for WP_DEBUG_LOG to never be set.
WP_DEBUG_LOG
I will document how to follow and possibly filter network requests from stout, this will be useful for debugging PHP functions locally.
Originally posted by @EarthlingDavey in #466 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@wilson1000 advised about not using the local file system, and he suggested to check the stout.
PHP error messages are sent to stout (along with a log of network requests), therefore I think it is probably better for
WP_DEBUG_LOG
to never be set.I will document how to follow and possibly filter network requests from stout, this will be useful for debugging PHP functions locally.
Originally posted by @EarthlingDavey in #466 (comment)
The text was updated successfully, but these errors were encountered: