Fuegovic commited on
Commit
7db5307
1 Parent(s): ecf3cea

Update redis.conf

Browse files
Files changed (1) hide show
  1. 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 notice
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