Skip to content

2.7.0 Release

Compare
Choose a tag to compare
@xeraph xeraph released this 02 Jan 12:32
· 30 commits to main since this release
  • Support CSV and JSON log file output. See #178 , #229
    • Use --csv-log-path or --json-log-path option.
  • 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