diff --git a/src/HttpResponse.cc b/src/HttpResponse.cc index 230041d9..3e140c4c 100644 --- a/src/HttpResponse.cc +++ b/src/HttpResponse.cc @@ -165,8 +165,8 @@ void HttpResponse::processRedirect() cuid_, req->getCurrentUri().c_str())); } - A2_LOG_INFO(fmt(MSG_REDIRECT, cuid_, - httpRequest_->getRequest()->getCurrentUri().c_str())); + A2_LOG_NOTICE(fmt(MSG_REDIRECT, cuid_, + httpRequest_->getRequest()->getCurrentUri().c_str())); } const std::string& HttpResponse::getRedirectURI() const