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

Custom Apache Logging

From: Max Spicer <mjs510_at_york.ac.uk>
Date: 2007-09-10 16:54:48 CEST

I'm trying to set up an intelligible log of svn actions as per
http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.logging.
  My CustomLog directive is outside of any Location blocks and looks
like this:
CustomLog var/log/svn_log "%t %u %{SVN-ACTION}e" env=SVN-ACTION

However, when I restart Apache, the file svn_log is created but is never
written to. I'm pretty certain this isn't a permissions problem as the
file has exactly the same permissions as my normal Apache logs and they
are fine. I can access the repository via mod_dav_svn. It's as if the
SVN-ACTION environment variable is never being set by mod_dav_svn.

Can anyone offer any pointers on where I should go next?

Thanks,

Max Spicer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 10 16:51:37 2007

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

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