Make ListLogEntries by default return logs from last 24 hours #303
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.
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.
The text was updated successfully, but these errors were encountered: