You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/02 01:20:30 UTC

[GitHub] rabbah opened a new issue #2552: widen range of log limit

rabbah opened a new issue #2552: widen range of log limit
URL: https://github.com/apache/incubator-openwhisk/issues/2552
 
 
   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.
   
   @markusthoemmes thoughts? this is one possibility to deal with the action limit test.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services