logzio / logzio-logback-appender

Logback Appender that ships logs using HTTPs bulk
Apache License 2.0
25 stars 19 forks source link

Bug: no applicable action for [inMemoryLogsCountLimit] #60

Closed ayltai closed 4 years ago

ayltai commented 5 years ago

The property setter and getter are incorrectly named. For getter, it is inMemoryLogsCountLimit but the setter is inMemoryLogsCountCapacity. README also mentions to use inMemoryLogsCountLimit property but this won't work. It should be inMemoryLogsCountCapacity.

idohalevi commented 4 years ago

@ayltai Thank you. I will try to address it soon

idohalevi commented 4 years ago

62