auth0 logs tail
Tail the tenant logs allowing to filter using Lucene query syntax.
Usage
auth0 logs tail [flags]
Examples
auth0 logs tail
auth0 logs tail --filter "client_id:<client-id>"
auth0 logs tail --filter "client_name:<client-name>"
auth0 logs tail --filter "user_id:<user-id>"
auth0 logs tail --filter "user_name:<user-name>"
auth0 logs tail --filter "ip:<ip>"
auth0 logs tail --filter "type:f" # See the full list of type codes at https://auth0.com/docs/logs/log-event-type-codes
auth0 logs tail -n 10
Flags
-f, --filter string Filter in Lucene query syntax. See https://auth0.com/docs/logs/log-search-query-syntax for more details.
-n, --number int Number of log entries to show. Minimum 1, maximum 1000. (default 100)
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 logs list - Show the tenant logs
- auth0 logs streams - Manage resources for log streams
- auth0 logs tail - Tail the tenant logs