提交 62698020 authored 作者: William King's avatar William King

Merge pull request #997 in FS/freeswitch from ~J0SH/freeswitch:hiredis-logging to master

* commit 'b8d6c4a8':
  FS-8075 [mod_hiredis]: Reduce log level of a message.
...@@ -83,7 +83,7 @@ static hiredis_context_t *hiredis_connection_get_context(hiredis_connection_t *c ...@@ -83,7 +83,7 @@ static hiredis_context_t *hiredis_connection_get_context(hiredis_connection_t *c
return NULL; return NULL;
} }
} else { } else {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "hiredis: recycled from pool[%s, %d]\n", conn->host, conn->port); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "hiredis: recycled from pool[%s, %d]\n", conn->host, conn->port);
return context; return context;
} }
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论