diff options
author | Stefan Fritsch <sf@apache.org> | 2010-06-06 19:07:12 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-06-06 19:07:12 +0200 |
commit | 01b9f2e551218d00748d542b75da3660fe10f8c6 (patch) | |
tree | da4f6c93bbeb1e0982195f6ea3fc1cf450ac1092 /modules/proxy/mod_proxy_fcgi.c | |
parent | - Add loglevels to request_rec and conn_rec (diff) | |
download | apache2-01b9f2e551218d00748d542b75da3660fe10f8c6.tar.xz apache2-01b9f2e551218d00748d542b75da3660fe10f8c6.zip |
- 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
Diffstat (limited to 'modules/proxy/mod_proxy_fcgi.c')
-rw-r--r-- | modules/proxy/mod_proxy_fcgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index d623f69a42..3fad127e68 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -86,7 +86,7 @@ static int proxy_fcgi_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: FCGI: canonicalising URL %s", url); err = ap_proxy_canon_netloc(r->pool, &url, NULL, NULL, &host, &port); |