Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
2233466866 committed Oct 18, 2022
1 parent 009f608 commit e7b30d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis_conf/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ supervised no
#
# Creating a pid file is best effort: if Redis is not able to create it
# nothing bad happens, the server will start and run normally.
pidfile /data/redis/log/redis.pid
pidfile /data/redis/redis.pid

# Specify the server verbosity level.
# This can be one of:
Expand All @@ -252,7 +252,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 /data/redis/log/redis.log
logfile /data/redis/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.
Expand Down

0 comments on commit e7b30d8

Please sign in to comment.