Change some log levels

This commit is contained in:
badaix 2020-08-16 14:44:22 +02:00
parent aee4f3144b
commit 9c01849a64
5 changed files with 21 additions and 19 deletions

View file

@ -86,7 +86,7 @@ void StreamSession::send(shared_const_buffer const_buf)
if (messages_.size() > 1)
{
LOG(DEBUG, LOG_TAG) << "outstanding async_write\n";
LOG(TRACE, LOG_TAG) << "outstanding async_write\n";
return;
}
send_next();