On Thu, May 3, 2012 at 12:11 PM, <s...@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