From 132620548312251830622e1ff573ef425e73871e Mon Sep 17 00:00:00 2001 From: an-tao Date: Fri, 23 Aug 2024 11:34:50 +0800 Subject: [PATCH] Change a log level --- lib/src/HttpServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/HttpServer.cc b/lib/src/HttpServer.cc index dbd99a90..3d8ca852 100644 --- a/lib/src/HttpServer.cc +++ b/lib/src/HttpServer.cc @@ -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)); }