From ee0e998e1ccb07cc90748e5edcb312f13e8a06f4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Aug 2014 20:14:27 +0200 Subject: [PATCH 1/1] man: drop any reference to "syslog" as log target --- man/sd-daemon.xml | 8 +++++--- man/systemd.xml | 23 ++++++++--------------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 374dac63f..d78a1151c 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -98,9 +98,11 @@ These prefixes are intended to be used in conjunction with stderr-based logging as implemented by systemd. If a systemd service definition file is - configured with StandardError=syslog - or StandardError=kmsg, these - prefixes can be used to encode a log level in lines + configured with + StandardError=journal, + StandardError=syslog or + StandardError=kmsg, these prefixes + can be used to encode a log level in lines printed. This is similar to the kernel printk()-style logging. See klogctl2 diff --git a/man/systemd.xml b/man/systemd.xml index bcbfa02ba..0d017575b 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -180,10 +180,8 @@ target. Argument must be one of , , - , , , - , . @@ -844,26 +842,21 @@ SIGRTMIN+26 SIGRTMIN+27 SIGRTMIN+28 - SIGRTMIN+29 Sets the log level to - journal-or-kmsg - (or console on + journal-or-kmsg (or + console on SIGRTMIN+27, kmsg on - SIGRTMIN+28, - or syslog-or-kmsg - on SIGRTMIN+29), as + SIGRTMIN+28), as controlled via systemd.log_target=journal-or-kmsg - (or systemd.log_target=console - on SIGRTMIN+27, + (or + systemd.log_target=console + on SIGRTMIN+27 or systemd.log_target=kmsg - on SIGRTMIN+28, - or - systemd.log_target=syslog-or-kmsg - on SIGRTMIN+29) on - the kernel command + on SIGRTMIN+28) + on the kernel command line. -- 2.30.2