openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.38k stars 2.53k forks source link

uhttpd logs login as deamon.err #1592

Closed sinancetinkaya closed 6 years ago

sinancetinkaya commented 6 years ago

Description: A normal login is being logged as deamon.err

Thu Jan 25 01:07:48 2018 daemon.err uhttpd[2010]: luci: accepted login on / for root from 192.168.0.2
root@OpenWrt:~# cat /etc/os-release
NAME="OpenWrt"
VERSION="SNAPSHOT"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt SNAPSHOT"
VERSION_ID="snapshot"
HOME_URL="http://lede-project.org/"
BUG_URL="http://bugs.lede-project.org/"
SUPPORT_URL="http://forum.lede-project.org/"
BUILD_ID="r5933-a9ffe9f"
LEDE_BOARD="ramips/mt7621"
LEDE_ARCH="mipsel_24kc"
LEDE_TAINTS=""
LEDE_DEVICE_MANUFACTURER="OpenWrt"
LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
LEDE_DEVICE_PRODUCT="Generic"
LEDE_DEVICE_REVISION="v0"
LEDE_RELEASE="OpenWrt SNAPSHOT r5933-a9ffe9f"

root@OpenWrt:~# opkg list-installed | grep luci
luci - git-18.023.55896-8f5be58-1
luci-app-firewall - git-18.023.55896-8f5be58-1
luci-app-openvpn - git-18.023.55896-8f5be58-1
luci-app-qos - git-18.023.55896-8f5be58-1
luci-app-samba - git-18.023.55896-8f5be58-1
luci-base - git-18.023.55896-8f5be58-1
luci-lib-ip - git-18.023.55896-8f5be58-1
luci-lib-jsonc - git-18.023.55896-8f5be58-1
luci-lib-nixio - git-18.023.55896-8f5be58-1
luci-mod-admin-full - git-18.023.55896-8f5be58-1
luci-proto-ipv6 - git-18.023.55896-8f5be58-1
luci-proto-ppp - git-18.023.55896-8f5be58-1
luci-theme-bootstrap - git-18.023.55896-8f5be58-1

root@OpenWrt:~# opkg list-installed | grep uhttpd
uhttpd - 2017-11-04-a235636a-1
uhttpd-mod-ubus - 2017-11-04-a235636a-1
jow- commented 6 years ago

This is due to the fact that the log is printed on stderr. I see no simple way to change that and deem it not important enough to invest time into a solution. Feel free to reopen if you have a specific patch suggestion.