Change a log level

This commit is contained in:
an-tao 2024-08-23 11:34:50 +08:00
parent 80ec7d9211
commit 1326205483
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ void HttpServer::requestPostRouting(const HttpRequestImplPtr &req, Pack &&pack)
else
{
req->quitStreamMode();
LOG_DEBUG << "Stop processing request due to stream error";
LOG_ERROR << "Stop processing request due to stream error";
pack.callback(
app().getCustomErrorHandler()(k400BadRequest, req));
}