FS#4225 : logread starts before interface is up
bugs.openwrt.org › indexopenwrt 21.02.1 on x86_64 (virtualbox) interfaces are all Intel Pro/1000 T Server 82543GC logread is configured to forward messages to a syslog server It seems as if logread forwarding starts before it is able to actually send messages to the syslog server, resulting in lost messages.
[OpenWrt Wiki] LOG MESSAGES
openwrt.org › docs › guide-userJun 09, 2018 · To read the content of the membuffer that syslogd writes to, use the logread utility (for kernel messages use dmesg ). Let's have a look at the MESSAGES different program produces: on OpenWrt they all start with the name of the program that send the message plus his PID.
[OpenWrt Wiki] Logging messages
openwrt.org › docs › guide-userMay 23, 2021 · The OpenWrt system logging facility is an important debugging/monitoring capability. The standard logging facility is implemented using logd, the ubox log daemon. This is implemented as a ring buffer with fixed sized records stored in RAM .