pack/luci-app-log
2023-08-05 02:39:21 +08:00
..
dev-mods-examples 首次提交 2023-08-05 02:39:21 +08:00
htdocs/luci-static/resources/view/log 首次提交 2023-08-05 02:39:21 +08:00
po 首次提交 2023-08-05 02:39:21 +08:00
root/usr/share 首次提交 2023-08-05 02:39:21 +08:00
screenshots 首次提交 2023-08-05 02:39:21 +08:00
LICENSE 首次提交 2023-08-05 02:39:21 +08:00
Makefile 首次提交 2023-08-05 02:39:21 +08:00
README.md 首次提交 2023-08-05 02:39:21 +08:00

luci-app-log

Advanced syslog and kernel log (tail, search, etc) for LuCI (OpenWrt webUI).

OpenWrt >= 19.07.

Supported LuCI themes: luci-theme-bootstrap, luci-theme-material, luci-theme-openwrt-2020.

Installation notes

OpenWrt >= 21.02:

wget --no-check-certificate -O /tmp/luci-app-log_0.6-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-log_0.6-2_all.ipk
opkg install /tmp/luci-app-log_0.6-2_all.ipk
rm /tmp/luci-app-log_0.6-2_all.ipk
/etc/init.d/rpcd restart

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-log-ru_0.6-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-log-ru_0.6-2_all.ipk
opkg install /tmp/luci-i18n-log-ru_0.6-2_all.ipk
rm /tmp/luci-i18n-log-ru_0.6-2_all.ipk

OpenWrt 19.07:

wget --no-check-certificate -O /tmp/luci-app-log_0.4-6_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-app-log_0.4-6_all.ipk
opkg install /tmp/luci-app-log_0.4-6_all.ipk
rm /tmp/luci-app-log_0.4-6_all.ipk
/etc/init.d/rpcd restart

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-log-ru_0.4-6_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-i18n-log-ru_0.4-6_all.ipk
opkg install /tmp/luci-i18n-log-ru_0.4-6_all.ipk
rm /tmp/luci-i18n-log-ru_0.4-6_all.ipk

Screenshots:

Kernel log:

System log (logd):

System log (syslog-ng):