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

Make ListLogEntries by default return logs from last 24 hours #303

Closed
simonz130 opened this issue Oct 29, 2020 · 0 comments · Fixed by #304
Closed

Make ListLogEntries by default return logs from last 24 hours #303

simonz130 opened this issue Oct 29, 2020 · 0 comments · Fixed by #304
Assignees
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@simonz130
Copy link

When calling ListLogEntries API without specifying a strict filter, it can hang for over 5 min in cases when the project contains high volumes of logs. When running the same on gcloud, by default it adds a time range filter of last 24 hours.
We want to make the behavior consistent across gcloud and logging clients.

@simonz130 simonz130 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. api: logging Issues related to the googleapis/java-logging API. labels Oct 29, 2020
@simonz130 simonz130 self-assigned this Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/java-logging API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant