-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community
Description
Checklist
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
At presentauth0 logs tail is not very useful as it omits most details. Whilst the general approach to slicing and dicing Auth0 logs is to use a proper logs streaming service, it would be quite convenient to be able to "deep dive" directly via the auth0 client.
Describe the ideal solution
Being able to do something like the following would be far more useful than present:
auth0 logs tail --filter "type:f" --json | jq --raw-output '[.date, .ip, .description] | @tsv'
Alternatives and current workarounds
Current workaround: use the web dashboard.
Additional context
No response
Metadata
Metadata
Assignees
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community