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

RE: libsvn_repos logging -- rethunk

From: nick vajberg <nickvajberg_at_yahoo.dk>
Date: 2005-07-16 01:53:54 CEST

I'd like to advocate a more orthogonal design:

1. There is one log file for everything within SVN,
repos logs, svnadmin logs, whatnot.) In the config
file, there is a log location param, with some
sensible default.

2. The apache log doesn't come into play anymore.

3. The same API is used from all parts of SVN.
Basically just svn_log(...), svn_log_set_level(...)

4. There is a config option to select rolling logs or
ever-growing logs.

5. There is a config option for level;
svn_log_set_level can override this.

6. There is an svnlogview tool that can be used to
extract errors, debug traces, entries for specific
repositories, etc, from that one and only log file.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 16 01:54:33 2005

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.