Logs
APXY stores all captured traffic in a SQLite database. You can query, search, and analyze it through the CLI and the Web UI.
Web UI
In the Capture group, the Traffic view shows all captured logs in a live-updating table:
- Click any row to see full request/response details
- Use protocol tabs (All/HTTP/HTTPS/WebSocket/JSON) to filter by type
- Search by URL, host, method, or status in the filter panel
- Toggle between comfortable and compact density views
Use the Analyze views when you want aggregate summaries after reviewing individual requests.
CLI
All apxy logs … subcommands (list, search, stats, clear, and more) are documented on CLI Reference → Traffic.
Quick example:
apxy logs list --limit 20For advanced SQL queries against the traffic database, see SQL Queries.
For deeper inspection patterns, continue to Proxy Traffic and Request & Response Viewer.
Last updated on