From 4a967aa74cc8d895b3d3344d13d3064342627110 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 25 Mar 2012 12:05:39 +0000 Subject: [PATCH] Submitted by: sf Reviewed by sf, trawick, druggeri Merge r1304855 from trunk: Downgrade log message about adjusted IP address to trace1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1305016 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 5 ----- modules/metadata/mod_remoteip.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/STATUS b/STATUS index 640ad07b20..a9030c6a10 100644 --- a/STATUS +++ b/STATUS @@ -88,11 +88,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * mod_remoteip: Downgrade log message level - Trunk patch: http://svn.apache.org/viewvc?rev=1304855&view=rev - 2.4.x patch: Trunk patch works - +1: sf, trawick, druggeri - PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] diff --git a/modules/metadata/mod_remoteip.c b/modules/metadata/mod_remoteip.c index d2858cc10e..60d7a1f5bb 100644 --- a/modules/metadata/mod_remoteip.c +++ b/modules/metadata/mod_remoteip.c @@ -397,7 +397,7 @@ static int remoteip_modify_request(request_rec *r) r->useragent_addr = req->useragent_addr; r->useragent_ip = req->useragent_ip; - ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, + ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, req->proxy_ips ? "Using %s as client's IP by proxies %s" : "Using %s as client's IP by internal proxies", -- 2.40.0