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