RFC 3164 compliant remote logging
authorJohn Crispin <blogic@openwrt.org>
Tue, 16 Sep 2014 12:20:30 +0000 (14:20 +0200)
committerJohn Crispin <blogic@openwrt.org>
Tue, 16 Sep 2014 12:20:30 +0000 (14:20 +0200)
commit5c45b560bc8c9e13682269ed963a8a4a65959518
tree2a1c8caae830cc0160a67796478da02167616dd1
parent06cbdf5bed92313498ea9a21a747777a2907f897
RFC 3164 compliant remote logging

When logread daemon send a syslog message to another host, time, severity and facility are cut off.

The message contains only text. This patch adds time, severity and facility in the message as described in the RFC 3164.

Signed-off-by: Belkov Max <belkov-max@mail.ru>
log/logread.c