Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c6f9ee88
Commit
c6f9ee88
authored
Nov 30, 2011
by
antirez
Browse files
default log level is now notice.
parent
38b957d8
Changes
2
Show whitespace changes
Inline
Side-by-side
redis.conf
View file @
c6f9ee88
...
...
@@ -45,7 +45,7 @@ timeout 0
# 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
verbos
e
loglevel
notic
e
# Specify the log file name. Also 'stdout' can be used to force
# Redis to log on the standard output. Note that if you use standard
...
...
src/redis.c
View file @
c6f9ee88
...
...
@@ -863,7 +863,7 @@ void initServerConfig() {
server
.
ipfd
=
-
1
;
server
.
sofd
=
-
1
;
server
.
dbnum
=
REDIS_DEFAULT_DBNUM
;
server
.
verbosity
=
REDIS_
VERBOS
E
;
server
.
verbosity
=
REDIS_
NOTIC
E
;
server
.
maxidletime
=
REDIS_MAXIDLETIME
;
server
.
client_max_querybuf_len
=
REDIS_MAX_QUERYBUF_LEN
;
server
.
saveparams
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment