Closed ilikeorangutans closed 8 years ago
Did some preliminary digging here. Turns out the way event_filter.go works is that it attempts to parse all ignore_files
settings into regexps. The ones that cannot be parsed into a regex will be parsed into a glob. Now, turns out that this glob doesn't like empty string inputs which makes it crash.
Interesting questions to investigate further are
Got a mysterious crash when watching via @stevebosworth !