mirror of
https://github.com/openwrt/luci.git
synced 2025-10-28 05:58:17 +00:00
Remodeled the CBILogreadBox after the syslog viewer. Also updated to use ubus log read, and drops the use of the logread binary (logread is broken on snapshots). The JSON output from ubus is nice enough to work with. One potential drawback is that all log entries are sent to the browser (as it always has been), and no on-device pre-filtering is available yet except for line count. Signed-off-by: Paul Donald <newtwen+github@gmail.com>