0
0
mirror of https://github.com/openwrt/luci.git synced 2025-06-07 05:20:55 +00:00
Files
luci/modules/luci-mod-status
Paul Donald 16beffda15 luci-mod-status: add log filtering to syslog tab
Facility and severity filtering are based on a simple includes() search.
As such, false positives are possible. Although for the majority of
cases, this is still useful. Filtering using logread -z/Z is possible,
but not if a static log-file is configured. logread does not yet handle
severity either. 'not' checkboxes for each invert the respective search
filter.

A raw-text filter is also included as a bonus, whose meaning can be
inverted via the 'not' checkbox.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-04-21 23:32:13 +02:00
..