Default logging-search search-logs is 1000, --limit does not take effect
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
logging-search search-logs --limit does not take effect. It only return max 1000 entries.
oci --profile $region logging-search search-logs --search-query '$query' --time-start $startdate --time-end $enddate --limit $limit
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the logging-search search-logs --limit command shown in the issue, then trace how that command handles the limit and the 1000-entry cap. Done means the requested --limit value affects the number of returned entries rather than always stopping at 1000.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100