Re: Limiting Subversion noise in apache logs

2012-09-12 Thread kmradke
> I have not tried it, but couldn't you do this easier by using the > Apache piped logs feature? Just send the log entries via a pipe to > a script that filters out any entries you do not want in the log. I > am not positive, but your script might even be able to write the > entries you filter

Re: Limiting Subversion noise in apache logs

2012-09-12 Thread Mark Phippard
I have not tried it, but couldn't you do this easier by using the Apache piped logs feature? Just send the log entries via a pipe to a script that filters out any entries you do not want in the log. I am not positive, but your script might even be able to write the entries you filter into a diffe

Limiting Subversion noise in apache logs

2012-09-11 Thread kmradke
I've always been slightly annoyed with Apache 401 "unauthorized" log entries when accessing a Subversion repository. I realize these are part of the standard authentication "handshake" via the http protocol. (Always ask anonymously first...) I also realize that mod_dav_svn can now provide a cust