mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
更新并适配zltoolkit, 过滤重复日志
This commit is contained in:
parent
ed4291bf3d
commit
974626024d
@ -239,7 +239,7 @@ static inline void addHttpListener(){
|
||||
size = body->remainSize();
|
||||
}
|
||||
|
||||
LogContextCapturer log(getLogger(), LDebug, __FILE__, "http api debug", __LINE__);
|
||||
LogContextCapture log(getLogger(), LDebug, __FILE__, "http api debug", __LINE__);
|
||||
log << "\r\n# request:\r\n" << parser.Method() << " " << parser.FullUrl() << "\r\n";
|
||||
log << "# header:\r\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user