Commit ec9b8c64 by ziyue

降低http链接断开日志级别

parent 0f6d1135
...@@ -118,9 +118,9 @@ void HttpSession::onError(const SockException& err) { ...@@ -118,9 +118,9 @@ void HttpSession::onError(const SockException& err) {
} }
//http客户端 //http客户端
if(_ticker.createdTime() < 10 * 1000){ if (!_is_live_stream) {
TraceP(this) << err.what(); TraceP(this) << err.what();
}else{ } else {
WarnP(this) << err.what(); WarnP(this) << err.what();
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论