Checklist
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
Checklist
Describe the problem you'd like to have solved
At present
auth0 logs tailis 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 theauth0client.Describe the ideal solution
Being able to do something like the following would be far more useful than present:
Alternatives and current workarounds
Current workaround: use the web dashboard.
Additional context
No response