papertrail / remote_syslog2

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).
http://help.papertrailapp.com/
MIT License
637 stars 157 forks source link

Add granular severity settings for log_files.yml #249

Open weisheng-p opened 1 year ago

weisheng-p commented 1 year ago

This change will allow users to adjust the serverity send to remote servers for each log files. So you can have one log file that send as warn, another log file send as info in the same config.

In the event the serverity is not provided, it fallbacks to the previous behavior

The change does not apply to command line parameter, Im not too sure about the syntax for the command line parameter. If someone can give me the full working example of how it works with tags on command line parameter, I'll be happy to put in a bit more time to get it working on command line parameter too.