readme changes

This commit is contained in:
Vitaly X 2023-01-03 15:01:59 +02:00
parent 364983a9e5
commit 27bb2db6d6

View File

@ -3,6 +3,8 @@
Adiscon LogAnalyzer, a web frontend to log data from the same folks the created rsyslog Adiscon LogAnalyzer, a web frontend to log data from the same folks the created rsyslog
# changes # changes
- support number ranges in filter, i.e. severity:3-6 -> where severity in (3,4,5,6)
- support quoted filters, i.e. syslogtag:-="dhcp,info",-="wireless,info",-"system%,account" -> where (syslogtag <> 'dhcp,info' AND syslogtag <> 'wireless,info' AND syslogtag NOT LIKE '%system%,account%' )
- support TRACE syslog level; - support TRACE syslog level;
- add loglevel style colors and change color for full line; - add loglevel style colors and change color for full line;
- limit empty search to 6h; - limit empty search to 6h;