diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:34:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:39:03 +0100 |
commit | 224f2ee221e77c326d1d7761abb6e812432b2163 (patch) | |
tree | 45c0cc0877201e1049ed7487b33947b18e338154 /src/journal/systemd-journald.conf | |
parent | 674f8283698517047a7c0e78cff1e18932a97b05 (diff) |
journald: add configuration file options to forward all logged data to kmsg, console, syslog
Diffstat (limited to 'src/journal/systemd-journald.conf')
-rw-r--r-- | src/journal/systemd-journald.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/journal/systemd-journald.conf b/src/journal/systemd-journald.conf index f137ab8833..756025737b 100644 --- a/src/journal/systemd-journald.conf +++ b/src/journal/systemd-journald.conf @@ -19,3 +19,6 @@ #RuntimeKeepFree= #RuntimeMaxFileSize= #RuntimeMinFileSize= +#ForwardToSyslog=yes +#ForwardToKMsg=no +#ForwardToConsole=no |