Jóhann B. Guðmundsson
2014-12-11 10:55:27 UTC
HI,
Our embedded distribution relies on the systemd tooles including
journal based logging.
However there is a need to forward log messages to remote syslog.
We try to avoid to introduce a full blown syslog solution
like i.e. rsyslog to just forward log messages to a remote syslog server.
Does adding systemd.journald.forward_to_kmsg= ( or configure it inOur embedded distribution relies on the systemd tooles including
journal based logging.
However there is a need to forward log messages to remote syslog.
We try to avoid to introduce a full blown syslog solution
like i.e. rsyslog to just forward log messages to a remote syslog server.
journald.conf via ForwardToKMsg=yes )
netconsole=[src-port]@[src-ip]/[],[tgt-port]@/[tgt-macaddr] on the
kernel command line work for you?
If not why not ?
JBG