mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
- Add some trace logging to core and http git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -41,7 +41,7 @@ static int proxy_balancer_canon(request_rec *r, char *url)
|
||||
return DECLINED;
|
||||
}
|
||||
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
|
||||
ap_log_error(APLOG_MARK, APLOG_TRACE1, 0, r->server,
|
||||
"proxy: BALANCER: canonicalising URL %s", url);
|
||||
|
||||
/* do syntatic check.
|
||||
|
Reference in New Issue
Block a user