2.7.0 Release
- Support CSV and JSON log file output. See #178 , #229
- Use
--csv-log-path
or--json-log-path
option.
- Use
- Added
--syslog-facility
option. See #227 - Added
--rfc5424
option. See #230- Follow RFC5424 message format strictly with UTF8 BOM.
- Added
--exclude-file-config
option to exclude file paths using exact matching. See #223