Skip to content

Commit

Permalink
feat($Redis): enable Redis log output
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 15, 2020
1 parent 7c98b8b commit 741261e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/redis/redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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 ""
logfile "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 Expand Up @@ -1782,4 +1782,4 @@ rdb-save-incremental-fsync yes
# the main dictionary scan
# active-defrag-max-scan-fields 1000

# Timestamp 8:51 AM, May.13, 2020
# Timestamp 10:16 AM, May.15, 2020

0 comments on commit 741261e

Please sign in to comment.