an-tao / trantor

a non-blocking I/O tcp network lib based on c++14/17
Other
390 stars 133 forks source link

Keep log level consistency. #347

Closed hwc0919 closed 1 month ago

hwc0919 commented 1 month ago

Other places use LOG_DEBUG. It causes some false alarms in my application, so I want to make a change.

https://github.com/an-tao/trantor/blob/79e1ffc59aa1b9c8226c2988fe2e1185e97cd795/trantor/net/inner/TcpConnectionImpl.cc#L881-L891