Prove the Audit Trail Exists
Enforcement you cannot evidence is enforcement you cannot defend. A deployment that blocks correctly but logs nothing fails the review that matters — and the gap is usually discovered during an incident, when the logs for the window in question turn out never to have been written or forwarded. Confirm the evidence path end to end before declaring the deployment ready.Validate prerequisites
Confirm:- Proxy Connectivity passes, so requests are reaching the log.
- The log-retention target and its owner are recorded. Use Log-Retention Planning if this is not yet agreed.
- Time synchronisation is working, so log timestamps match incident timelines.
- Where forwarding is required, the SIEM or syslog destination is reachable and owned.
Confirm logs are being written
On the SafeSquid server:extended.log exists and its modification time is current.
Confirm retention and forwarding
Check the volume that holds the logs:Confirm reports load
Open the Configuration Portal and load a report covering the test window. Expected result: the report renders and its contents match the access-log entries generated during validation. Empty reports with healthy access logs mean the reporting path — not the proxy — is broken. Verify access logs first, then the reporting integration.Operations and monitoring checklist
Operations and monitoring checklist
-
/var/log/safesquid/contains current access logs. - The host reaches its update servers.
- An update schedule is defined, whether automatic or manual.
- Log forwarding to the monitoring or SIEM platform works, where configured.
- Reports load in the Configuration Portal.
Capture logging evidence
Store these artifacts with the deployment record:- Access-log entries from
/var/log/safesquid/access/extended.logcovering the validation window. df -houtput for the log volume against the agreed retention target.- Proof of receipt at the SIEM or syslog destination, where forwarding is configured.
- A report exported from the Configuration Portal for the same window.
- The named owner of log retention and the review cadence.
Troubleshoot logging failures
Next steps
- Log-Retention Planning - set the retention target this evidence has to meet.
- Reporting Service - connect and operate reporting.
- Production-Readiness Checklist - close out the full validation sequence.

