apache / apache/openwhisk

widen range of log limit

Open
#2,552 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.