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"