Mark Martin
Mark Martin
I'd like to add to this: a `homebrew` package as well.
I think this would typically be handled by config management, like chef, puppet, etc., and would be outside the responsibility of remote_syslog2. That being said, it's possible to pass in...
Thanks for this @Bowbaq ! I think the globs should be resolved and de-duplicated on startup. #11 is the next issue I had planned to address, which would make the...
Sorry, I wasn't very clear. I mean to say the globs should be resolved and de-duplicated on startup and every run of the file poller. If an explicit path is...
@Bowbaq if you could define what the specificity would be for file globs when determining the tag, this would be totally fixable without the problem of: > Another problem is...
It's not a real panic, but is the default behavior for a `go` binary to dump a stacktrace when it receives a `SIGQUIT`. We don't currently catch this signal and...
Hi @CyborgMaster I'm late to the party here, but if you're still using `remote_syslog` are you able to reproduce this issue with the latest version [v0.19](https://github.com/papertrail/remote_syslog2/releases/tag/v0.19)?
Hi, thanks for the report. Can you give me the output of `remote_syslog -V` and `uname -a`? My intuition is that one or more syscalls that the binary needs are...
I confirmed that it's stalling on the latest version, so I can take a look.
Hi, `exclude_patterns` is meant to match log lines, not log file names. If you want to exclude files, use `exclude_files`.