Spaces:
Runtime error
Runtime error
Update redis.conf
Browse files- redis.conf +1 -1
redis.conf
CHANGED
@@ -347,7 +347,7 @@ pidfile /var/run/redis_6379.pid
|
|
347 |
# verbose (many rarely useful info, but not a mess like the debug level)
|
348 |
# notice (moderately verbose, what you want in production probably)
|
349 |
# warning (only very important / critical messages are logged)
|
350 |
-
loglevel
|
351 |
|
352 |
# Specify the log file name. Also the empty string can be used to force
|
353 |
# Redis to log on the standard output. Note that if you use standard
|
|
|
347 |
# verbose (many rarely useful info, but not a mess like the debug level)
|
348 |
# notice (moderately verbose, what you want in production probably)
|
349 |
# warning (only very important / critical messages are logged)
|
350 |
+
loglevel debug
|
351 |
|
352 |
# Specify the log file name. Also the empty string can be used to force
|
353 |
# Redis to log on the standard output. Note that if you use standard
|