-
Notifications
You must be signed in to change notification settings - Fork 55
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
Fix logs tail issue when there are no logs #744
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #744 +/- ##
==========================================
+ Coverage 71.67% 72.14% +0.47%
==========================================
Files 89 89
Lines 11159 11158 -1
==========================================
+ Hits 7998 8050 +52
+ Misses 2658 2608 -50
+ Partials 503 500 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
f3cd024
to
33562f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed fixed on a tenant that was having this issue 👍
🔧 Changes
This PR fixes an issue with the
auth0 logs tail
command when there are no logs returned in the first api call, due to the fact that we're trying to send an empty lastLogID in the query params.📚 References
🔬 Testing
📝 Checklist