Skip to main content

Flags

--user means two different things on this page, and that is the one thing to get right here.On naive logs tail it selects whose log you are reading — it becomes the {id} in the path and scopes the request. On naive logs all it is only a user_id query filter applied to an already company-wide result set; the request is company-scoped either way.
naive logs tail with no --user and no active subject sends the literal string default as the path segment, which asks the API to resolve the API key’s own default user. It does not error, and it does not mean “all users” — if you meant every user, that is naive logs all. Select a subject explicitly with naive use <id> when it matters.