Maxime Bury

Results 2 issues of Maxime Bury

Given a configuration like this: ```yaml files: - path: /path/to/log/specific.log name: fancy_tag - path: /path/to/log/*.log ``` Given that `/path/to/log/specific.log` does not exist on startup, the following race condition can happen:...

One possible solution to #95 @leonsodhi @troy