changelog / post
Filter and stream model logs from the CLI
truss model-logs now takes filter flags so you can pull exactly the logs you need. Scope the window with --since, --start, and --end, filter by --min-level or message text with --includes and --excludes, or trace a single inference with --request-id.
truss model-logs --model-id abc123 --deployment-id def456 --since 1h --min-level error
[2026-06-22 00:00:00]: (abc12) response failed to returnThe same logs, deployment metrics, and model listing are also available via the Management API, which is currently in beta.
Requires Truss 0.18.11, for more information, see the CLI reference.