commit | 2db951640377bfe7c25b19d14d7ca69446078d30 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 26 21:48:16 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 08:07:58 2020 -0600 |
tree | 31642c5c60cc0dd358ed960f79aacc2dd43f4898 | |
parent | 79e79bb80c03c14a788b5cbffbe55e7ee51051c8 [diff] |
log: syslog driver Provide a log driver that broadcasts RFC 3164 messages to syslog servers. rsyslog is one implementation of such a server. The messages are sent to the local broadcast address 255.255.255.255 on port 514. The environment variable log_hostname can be used to provide the HOSTNAME field for the messages. The optional TIMESTAMP field of RFC 3164 is not provided. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>