Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit fd98549

Browse files
committed
fix: Fixed redis log level
1 parent 3ba3d0d commit fd98549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/general.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ supervised no
2323
# verbose (many rarely useful info, but not a mess like the debug level)
2424
# notice (moderately verbose, what you want in production probably)
2525
# warning (only very important / critical messages are logged)
26-
loglevel warning
26+
loglevel notice
2727

2828
# Specify the log file name. Also the empty string can be used to force
2929
# Redis to log on the standard output. Note that if you use standard

0 commit comments

Comments
 (0)