Query historical logs with catalyst logs query
The Catalyst CLI adds a logs query command that retrieves historical logs from your deployed application over a time window of up to 7 days.
- Flexible time windows — use
--sincefor a relative window or--start/--endfor absolute UTC timestamps - Targeted filtering — narrow results by
--method,--status-code,--url-like, and--level-min - Output controls — set
--limit(up to 500) and pick a--format(json,pretty,default,short,request)
For details, see the Catalyst CLI reference.