spx

logs

query runtime logs for deployed SPX services

Query runtime logs for the current project with spx logs.

spx logs
spx logs --limit 100
spx logs --severity error
spx logs --from 2026-05-19T10:00:00Z --to 2026-05-19T10:05:00Z

The default window is the last five minutes. Logs are JSON so agents and scripts can parse them without guessing.

--severity supports info and error. --limit caps returned entries.