You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample implementation to exercise the logger: sample/app/Controllers/Home.php with a JSON POST endpoint (post) and a multipart file-upload endpoint (upload), plus sample/app/Views/home/index.php with test forms. Routes show how to attach the requestlog filter per-route.
Fixed
Request headers were never redacted. The Cookie header (and any other header listed in REQUEST_LOG_REDACT_FIELDS) is now redacted with ***REDACTED*** in the headers field, matching body redaction behavior.