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

Cannot get SVN to log the SVN-ACTION

From: <issa-gorissen_at_usa.net>
Date: Mon, 23 Mar 2015 17:24:22 +0100

Hello all,

I have a problem I can't find why it is occuring. Maybe someone has seen it
already.

On a httpd 2.4.7 running with svn 1.7.18, I set up the logging to output the
SVN-ACTION.

Now, preparing an upgrade, I wanted to do the same under httpd 2.4.10 and svn
1.8.10 without success.

The config looks like this

<VirtualHost ....>
  ...

  LogFormat "%{X-Forwarded-For}i;%h %l %u %t \"%r %L %{SVN-ACTION}e\" %>s %b"
svnlog
  CustomLog /svn/conf/apache/access_log svnlog env=SVN-ACTION
</VirtualHost>

With this config, on the latter system (svn 1.8.10), nothing will be logged
into access_log until I remove or negate the env parameter from the CustomLog
line.

I tried to diff between svn 1.7.18 and 1.8.10 in the mod_dav_svn module but
haven't found anything useful.

I also tried to increase the logging level (trace8) of log_config module and
core module, but did not see anything useful.

Anyone seen this before ?

thanks,

--
Issa
Received on 2015-03-23 17:32:03 CET

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.