[PATCH] proof-of-concept for svnserve logging
From: David Glasser <glasser_at_davidglasser.net>
Date: Fri, 15 Feb 2008 17:13:53 -0800
svnserve logging has been punted for years in search of a
[[[
To use: just add --log-file FILE to the svnserve invocation.
8795 127.0.0.1 glasser 2008-02-16T01:01:37.446493Z update
- It just logs the name of the command executed; nothing more.
- I tested it in forking mode; I believe that it works there; no
- svnserve doesn't have any HUPability, which makes rotation tough.
- Just logs IP without trying to look up hostname.
- Probably should cache the time string.
- Format is not configurable.
* subversion/include/svn_ra_svn.h
* subversion/libsvn_ra_svn/ra_svn.h
* subversion/libsvn_ra_svn/marshal.c
* subversion/svnserve/main.c
* subversion/svnserve/serve.c
* subversion/svnserve/server.h
-- David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.