thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
358 stars 152 forks source link

Match.capture nows throws a GrokException #92

Closed fbacchella closed 6 years ago

fbacchella commented 6 years ago

Match.capture nows throws a GrokException instead of the too generic RuntimeException. And described in javadoc.

Fixing #89

anthonycorbacho commented 6 years ago

LGTM