From 3459a152f75ad0fc594d34a0486f2e998aed8cac Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 16 Apr 2018 19:08:20 +1000 Subject: [PATCH] ctdb-scripts: Drop UDP/file logging warning from ctdbd_wrapper Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/config/ctdbd_wrapper | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ctdb/config/ctdbd_wrapper b/ctdb/config/ctdbd_wrapper index bcaf39850cf..6473a3eddd6 100755 --- a/ctdb/config/ctdbd_wrapper +++ b/ctdb/config/ctdbd_wrapper @@ -137,18 +137,6 @@ start() ulimit -n "$CTDB_MAX_OPEN_FILES" fi - case "$CTDB_LOGGING" in - syslog:udp|syslog:udp-rfc5424) - logger -t ctdbd "CTDB is being run with ${CTDB_LOGGING}. If nothing is logged then check your syslogd configuration" - ;; - syslog|syslog:*) : ;; - file:*) - logger -t ctdbd "CTDB is being run without syslog enabled. Logs will be in ${CTDB_LOGGING#file:}" - ;; - *) - logger -t ctdbd "CTDB is being run without syslog enabled. Logs will be in log.ctdb" - esac - eval "$ctdbd" "$ctdb_options" || return 1 # Wait until ctdbd has started and is ready to respond to clients. -- 2.47.2