tori logs
read retained app stdout and stderr
npx tori.host logs [--follow] [--since 15m] [--limit 200]Reads the app in ./tori.json. --since accepts seconds, minutes, or hours (24h maximum); --limit accepts 1–500 lines for one-shot reads. --follow polls every three seconds and replays a 30-second window for delayed logs. Queued logs arriving later need a historical query. Ctrl-C stops following. Output is chronological.
No matching logs and unavailable log storage are reported separately.
Options
Section titled “Options”--follow, -f— Poll for new lines until interrupted.--since <duration>— How far back to read. Seconds, minutes, or hours; 1s–24h. (default 15m)--limit <n>— Maximum lines for a one-shot read (1–500). (default 200)--no-browser— sign in with a code you type on another device (chosen automatically over SSH or with no DISPLAY)
Examples
Section titled “Examples”Read the last hour
Section titled “Read the last hour”npx tori.host logs --since 1h --limit 500Follow new lines
Section titled “Follow new lines”npx tori.host logs --followThis reference matches tori.host@0.9.7.
Download this page as Markdown.