logstash-plugins / logstash-codec-multiline

Apache License 2.0
7 stars 31 forks source link

@buffer_bytes >= @max_bytes #41

Open ppf2 opened 8 years ago

ppf2 commented 8 years ago

Just a minor issue.

https://github.com/logstash-plugins/logstash-codec-multiline/blob/master/lib/logstash/codecs/multiline.rb#L270

@buffer_bytes > @max_bytes

instead of

@buffer_bytes >= @max_bytes ?