Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable "SERVER" trace #72
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
It's not going to be easy to test using PHPUnit. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Which globals are traced for a particular trace level is documented in: https://www.oik-plugins.com/oik-faq/how-do-i-trace-globals/ |
v3.0.0 - Improved control over tracing and GDPR considerations
automation
moved this from In progress
to Done
Dec 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements
Control what's traced at trace startup.
Specifically, disable "SERVER" trace.
Notes
In
trace_startup
some of the calls tobw_lazy_trace
do not check the required trace level; they are issued as BW_TRACE_ALWAYS.Proposed solution
Short term
Test for Information level
Longer term
Provide UI to allow control of the data displayed at start up.
Note: This could include tracing the HTTP_RAW_POST_DATA ( See
bw_trace_http_raw_post_data()
).