You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christophe JAILLET <ch...@wanadoo.fr> on 2014/05/19 21:17:57 UTC

Re: svn commit: r1552130 - /httpd/httpd/trunk/modules/metadata/mod_headers.c

Hi,

shouldn't we do the same for 'ap_headers_error_filter'?

CJ

Le 18/12/2013 23:25, covener@apache.org a écrit :
> Author: covener
> Date: Wed Dec 18 22:25:50 2013
> New Revision: 1552130
>
> URL: http://svn.apache.org/r1552130
> Log:
> This is annoying to see in a casual "LogLevel debug foo:traceX ..."
>
>
>
> Modified:
>      httpd/httpd/trunk/modules/metadata/mod_headers.c
>
> Modified: httpd/httpd/trunk/modules/metadata/mod_headers.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_headers.c?rev=1552130&r1=1552129&r2=1552130&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/metadata/mod_headers.c (original)
> +++ httpd/httpd/trunk/modules/metadata/mod_headers.c Wed Dec 18 22:25:50 2013
> @@ -870,7 +870,7 @@ static apr_status_t ap_headers_output_fi
>       headers_conf *dirconf = ap_get_module_config(f->r->per_dir_config,
>                                                    &headers_module);
>   
> -    ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, f->r->server, APLOGNO(01502)
> +    ap_log_error(APLOG_MARK, APLOG_TRACE2, 0, f->r->server, APLOGNO(01502)
>                    "headers: ap_headers_output_filter()");
>   
>       /* do the fixup */
>
>
>