From 96bfa9c3265f4e7e66bab74cff4088213cd36cd0 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Mon, 7 Sep 2015 13:50:15 +0000 Subject: [PATCH] dist: logging to syslog Signed-off-by: Takuya ASADA --- dist/redhat/scripts/scylla_run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/redhat/scripts/scylla_run b/dist/redhat/scripts/scylla_run index dfbebb15c3..7419277970 100755 --- a/dist/redhat/scripts/scylla_run +++ b/dist/redhat/scripts/scylla_run @@ -1,6 +1,6 @@ #!/bin/sh -e -args="--options-file $OPTS_FILE $SCYLLA_ARGS" +args="--log-to-syslog 1 --default-log-level info --options-file $OPTS_FILE $SCYLLA_ARGS" if [ "$NETWORK_MODE" = "posix" ]; then args="$args --network-stack posix"