Skip to content
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

DXCDT-304: Adding headers to output of auth0 logs list #589

Merged
merged 12 commits into from
Jan 10, 2023

Conversation

willvedd
Copy link
Contributor

@willvedd willvedd commented Jan 9, 2023

🔧 Changes

As reported by #474, the auth0 logs list command was missing output headers. This PR implements a fix. They were missing because the auth0 logs list command shares the same rendering logic as auth0 logs tail and tail'ing the logs does not display the headers. The fix is to separate the rendering calls appropriately for each.

📚 References

Original issue: #474

🔬 Testing

Added an integration test to assert the existence of these headers.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner January 9, 2023 21:52
@willvedd willvedd force-pushed the DXCDT-304-fix-no-logs-output-headers branch from d0801f2 to 59ae843 Compare January 9, 2023 21:53
@sergiught sergiught merged commit fa6e987 into v1 Jan 10, 2023
@sergiught sergiught deleted the DXCDT-304-fix-no-logs-output-headers branch January 10, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants