Log directed URI in notice log level

pull/885/head
Tatsuhiro Tsujikawa 2017-04-09 19:37:39 +09:00
parent b51e5814f1
commit c7a13f934c
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ void HttpResponse::processRedirect()
cuid_, req->getCurrentUri().c_str())); cuid_, req->getCurrentUri().c_str()));
} }
A2_LOG_INFO(fmt(MSG_REDIRECT, cuid_, A2_LOG_NOTICE(fmt(MSG_REDIRECT, cuid_,
httpRequest_->getRequest()->getCurrentUri().c_str())); httpRequest_->getRequest()->getCurrentUri().c_str()));
} }
const std::string& HttpResponse::getRedirectURI() const const std::string& HttpResponse::getRedirectURI() const