Divide the MSB source codes into two repos
[msb/apigateway.git] / redis-ext / src / assembly / resources / linux / redis / conf / redis.conf
@@ -160,7 +160,7 @@ loglevel notice
 # Specify the log file name. Also the empty string can be used to force
 # Redis to log on the standard output. Note that if you use standard
 # output for logging but daemonize, logs will be sent to /dev/null
-logfile "../redis-works/redis.log"
+logfile "../redis/logs/redis.log"
 
 # To enable logging to the system logger, just set 'syslog-enabled' to yes,
 # and optionally update the other syslog parameters to suit your needs.
@@ -561,7 +561,7 @@ slave-priority 100
 #
 # Please check http://redis.io/topics/persistence for more information.
 
-appendonly yes
+appendonly no
 
 # The name of the append only file (default: "appendonly.aof")