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

SVN/Apache Logging

From: Adrian Marsh <Adrian.Marsh_at_ubiquisys.com>
Date: Thu, 30 Oct 2008 16:08:26 -0000

Hi All,

I'm using SVN repositiories via https.

For debug and tracking purposes, what logging options should be turned
on (either SVN or Apache) ?
I've been looking at what my current settings give, trying to work out
from it what files were accessed, read, write or delete, but not having
much fun.

It seems svn1_svn_logfile gives the most SVN-appropriate logs, but
doesn't say much about what was done.
Obviously the SVN log within svn gives details about internal file
changes, but doesn't say who-read what.

Interested in views on this.

Eg, current config gives:

CustomLog logs/svn1_svn_logfile "%t %{SVN-ACTION}e %u" env=SVN-ACTION
CustomLog logs/svn1_combined combined
ErrorLog logs/svn1_error_log
TransferLog logs/svn1_transfer_log
LogLevel warn

And I get:
(on a checkout, with 1 file UPDATE-updated on the client)

svn1_error_log : (nothing: fair enough, no error)
        

svn1_transfer_log:
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/vcc/default HTTP/1.1" 207 399
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/bln/50 HTTP/1.1" 207 452
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 207 694
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/vcc/default HTTP/1.1" 207 399
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/bln/50 HTTP/1.1" 207 452
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 207 694
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "REPORT
/svn/test/!svn/vcc/default HTTP/1.1" 200 634

svn1_svn_logfile :

[30/Oct/2008:16:04:27 +0000] update '/trunk/inc' marsh

svn1_combined:

192.168.50.155 - - [30/Oct/2008:16:04:26 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 401 486 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:26 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 207 694 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/vcc/default HTTP/1.1" 207 399 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/bln/50 HTTP/1.1" 207 452 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 207 694 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/vcc/default HTTP/1.1" 207 399 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/!svn/bln/50 HTTP/1.1" 207 452 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "PROPFIND
/svn/test/trunk/inc HTTP/1.1" 207 694 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"
192.168.50.155 - marsh [30/Oct/2008:16:04:27 +0000] "REPORT
/svn/test/!svn/vcc/default HTTP/1.1" 200 634 "-" "SVN/1.4.6 (r28521)
neon/0.27.2"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-30 17:08:53 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.