jtmoon79 / super-speedy-syslog-searcher

Speedily search and merge log messages by datetime
MIT License
34 stars 1 forks source link

support for variable-size utmpx file `/var/log/utx.log` #103

Open jtmoon79 opened 1 year ago

jtmoon79 commented 1 year ago

Summary

FreeBSD writes utmpx log entries to path /var/log/utx.log.

s4 only attempts to parse this as syslog lines. It should recognize this as a utmpx file.

jtmoon79 commented 4 months ago

Same as #107