widen range of log limit
Open
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
the current log limit is at megabyte granularity, up to 10MB but i think this is an arbitrary granularity - why not KB or just B? The default can remain at 1MB.
we can store the units along with the limit: 1 == 1M, and lazily update all limits to include a unit: one of K or B. Then we can allow a range of 1K to 10M.
@markusthoemmes thoughts? this is one possibility to deal with the action limit test.
Contributor guide
Assessment
This issue has not been assessed yet.