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

Re: svn commit: r1333523 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 3 May 2012 14:54:02 -0400

On Thu, May 3, 2012 at 12:11 PM, <stsp_at_apache.org> wrote:
> Author: stsp
> Date: Thu May  3 16:11:13 2012
> New Revision: 1333523
>
> URL: http://svn.apache.org/viewvc?rev=1333523&view=rev
> Log:
> * subversion/tests/cmdline/svntest/main.py: Stop showing the log level of each
>   line in the log. It clutters the output and makes it hard to copy/paste
>   test output for reuse during test development.

I disagree with this change. It is now "impossible" to figure out the
loglevel for a message, to determine whether it is informational...
debug... warning, etc. And based on knowing that, how I would need to
adjust the loglevel for another run.

If you really don't want it in there, then I would suggest a default
of displaying it, and a flag to disable the loglevels.

Other possibilities might be something like:

E: error message here
W: warning message here

Or spelled out a bit more: ERR: WARN:, etc. If you want a custom
format, then I'd be happy to code a custom formatter if you define the
desired output.

Thanks,
-g
Received on 2012-05-03 20:54:34 CEST

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.