default log level is now notice.

This commit is contained in:
antirez
2011-11-30 15:04:40 +01:00
parent 38b957d8ba
commit c6f9ee88fa
2 changed files with 2 additions and 2 deletions

View File

@ -863,7 +863,7 @@ void initServerConfig() {
server.ipfd = -1;
server.sofd = -1;
server.dbnum = REDIS_DEFAULT_DBNUM;
server.verbosity = REDIS_VERBOSE;
server.verbosity = REDIS_NOTICE;
server.maxidletime = REDIS_MAXIDLETIME;
server.client_max_querybuf_len = REDIS_MAX_QUERYBUF_LEN;
server.saveparams = NULL;