Hi, On Thu, Jan 14, 2010 at 12:21:35PM +0000, Thomas Klein wrote: > > Since quite some testers have little or no experience with output > redirection, here's a little hint: > > webtest.sh -q > logfile.log 2&>1
logging to a specific logfile can be achieved with -l <logfile> as well. webtest.sh -q -l logfile.log All command line options that ant can handle are here: http://ant.apache.org/manual/running.html However to your initial problem I did not find a solution except to change (copy) the log4.properties file, make adjustments to it's content and to modify the webtest.sh script a little which must be told in a certain way which log4j.properties file to use. Best regards, Stephan _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

