summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-02-26 21:48:16 +0100
committerSimon Glass <sjg@chromium.org>2020-04-16 08:07:58 -0600
commitbefadde0a24c3a726689745d5a00c8586adc9c84 (patch)
tree31642c5c60cc0dd358ed960f79aacc2dd43f4898 /MAINTAINERS
parentd1a02f53b3f24dfce488ba244ba4f8809bebe596 (diff)
downloadu-boot-befadde0a24c3a726689745d5a00c8586adc9c84.tar.gz
u-boot-befadde0a24c3a726689745d5a00c8586adc9c84.tar.xz
u-boot-befadde0a24c3a726689745d5a00c8586adc9c84.zip
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d8d420f84f..0bafe5cabc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -654,7 +654,7 @@ LOGGING
M: Simon Glass <sjg@chromium.org>
S: Maintained
T: git https://gitlab.denx.de/u-boot/u-boot.git
-F: common/log.c
+F: common/log*
F: cmd/log.c
F: test/log/log_test.c
F: test/py/tests/test_log.py