Parcourir la source

Log directed URI in notice log level

Tatsuhiro Tsujikawa il y a 8 ans
Parent
commit
c7a13f934c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/HttpResponse.cc

+ 2 - 2
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