+1816. [func] fdupont
+ The message logged when basic HTTP authentication succeed is
+ now informative (INFO vs DEBUG level).
+ (Gitlab #1450)
+
1815. [bug] marcin
Fixed libdhcpsrv build failures when building without database
backends.
// Verify the credential is in the list.
const auto it = credentials.find(value);
if (it != credentials.end()) {
- LOG_DEBUG(http_logger, isc::log::DBGLVL_TRACE_BASIC,
- HTTP_CLIENT_REQUEST_AUTHORIZED)
+ LOG_INFO(http_logger, HTTP_CLIENT_REQUEST_AUTHORIZED)
.arg(it->second);
authentic = true;
} else {
truncated by the logger if it is too large to be printed.
% HTTP_CLIENT_REQUEST_AUTHORIZED received HTTP request authorized for '%1'
-This debug message is issued when the server receives with a matching
-authentication header. The argument provides the user name.
+This information message is issued when the server receives with a matching
+authentication header. The argument provides the user id.
% HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER received HTTP request with malformed authentication header: %1
This information message is issued when the server receives a request with