From: Michael Tremer Date: Fri, 17 Apr 2015 10:07:26 +0000 (+0000) Subject: Disable async logging X-Git-Tag: 007~31^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb65f2a35c79c783a8e55bc22da3baefc91622d2;p=network.git Disable async logging This causes even more unreadable output in the journal. --- diff --git a/src/functions/functions.logging b/src/functions/functions.logging index 57b43261..eefa3c41 100644 --- a/src/functions/functions.logging +++ b/src/functions/functions.logging @@ -47,7 +47,7 @@ function log() { message_log="${HOOK}: ${message_log}" fi - logger -t "${LOG_FACILITY}[$$]" "${message_log}" & + logger -t "${LOG_FACILITY}[$$]" "${message_log}" # Leave here, when there should be no output on the console. [ "${LOG_DISABLE_STDOUT}" = "true" ] && return 0