Skip to content

Provide ability to ask for more information about a paticular log #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bgolding355 opened this issue Aug 8, 2022 · 1 comment
Closed
Assignees
Labels
feature request A feature has been asked for or suggested by the community good first issue Good for newcomers

Comments

@bgolding355
Copy link

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

When you run auth0 logs list when logged into some tenant you get a table of data back. If I want more information, there does not seem to be any way of getting this.

By contrast, in manage.auth0.com I can click on a log entry to see more details about it. When you click on the log entry you go from:

https://manage.auth0.com/dashboard/<REGION>/<TENANT>/logs

to

https://manage.auth0.com/dashboard/<REGION>/<TENANT>/logs/<ENTRY_ID>?page=1

Describe the ideal solution

Some way of getting more information. The easiest way to do this would be to include the ENTRY_ID and provide some way of using the ENTRY_ID to see more information about the log entry

Alternatives and current work-arounds

Use manage.auth0.com instead of the cli.

Additional context

When you run auth0 logs list -n 3 you see something like this (but without a header explaining what these things are):

??? ??? ??? ???
Success Silent Auth 7 minutes ago N/A APP1
Success Cross Origin... 9 minutes ago Username-Password... APP2
Success Logout 9 minutes ago N/A N/A

I am currently using auth0-cli version: auth0 version 0.11.10 285359e60f4606978799b0803ed8c0fb9dd6071b

@sergiught sergiught added the feature request A feature has been asked for or suggested by the community label Oct 10, 2022
@sergiught sergiught added the good first issue Good for newcomers label Oct 5, 2023
@duedares-rvj duedares-rvj self-assigned this Apr 29, 2025
@duedares-rvj
Copy link
Member

Hello @bgolding355
I believe we have come a far way and improved the overall experience of visualising logs on the cli.
There are headers, support for both --json and --csv outputs, and one can also tail logs now.

Additional, with #1195 we are introducing a picker option which allows a user to toggle ↑ ↓ among the listed logs, select one and get detailed information about it. Would be happy to hear your feedback around it.

Have a great day and thanks for reporting this in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants