[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Issue 3980] serf increases server load

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 15 Nov 2012 08:38:48 -0500

On Thu, Nov 15, 2012 at 8:29 AM, Branko Čibej <brane_at_wandisco.com> wrote:

> Question: Can we somehow mark those GETs as "less interesting" so that
> they can be filtered out of a normal access.log for higher-granularity
> debugging?

I do not believe it can be done via configuration directives.
However, it seems that just as log entries can be piped to a program
like rotatelogs, they could also be piped to a program that did this
kind of suppression. Maybe any HTTP 2xx log entries for a path with
"!svn" could simply be suppressed by such a program?

Something like this?

http://serverfault.com/questions/285396/how-to-use-apache-piped-logs-to-regex-replace-out-unwanted-data-in-logs-in-real

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-11-15 14:39:21 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.