Skip to content

Commit

Permalink
fix: Fixed redis log level
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 16, 2023
1 parent 3ba3d0d commit fd98549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/general.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ supervised no
# verbose (many rarely useful info, but not a mess like the debug level)
# notice (moderately verbose, what you want in production probably)
# warning (only very important / critical messages are logged)
loglevel warning
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
Expand Down

0 comments on commit fd98549

Please sign in to comment.