dist: logging to syslog
Signed-off-by: Takuya ASADA <syuu@cloudius-systems.com>
This commit is contained in:
2
dist/redhat/scripts/scylla_run
vendored
2
dist/redhat/scripts/scylla_run
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user