maskit opened a new pull request, #13374:
URL: https://github.com/apache/trafficserver/pull/13374

   ## Documentation only
   
   The `wipe_field_value` logging filter was previously mentioned only in 
passing, with no explanation of how it behaves or how to configure it. This 
adds a dedicated **"Wiping Query Parameter Values"** section to the 
`logging.yaml` admin guide.
   
   ### What's covered
   
   - **What it does**: masks the values of matching query string parameters 
before the event is logged, and unlike `accept`/`reject` never drops the event.
   - **The non-obvious rule**: matching is against parameter *names*, not 
values — so a value that happens to equal one of the filter tokens is left 
untouched.
   - **A worked example** with a filter config and an input-URL → logged-value 
table.
   
   ### Verification
   
   The example config and its input/output table are taken directly from the 
existing `log-filter` autest 
(`tests/gold_tests/logging/log-filter.replays.yaml` and 
`gold/filter-test.gold`), so the documented output matches what Traffic Server 
actually produces rather than being written from memory.
   
   No code changes; docs only.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to