On Mon, 31 Dec 2001, Stas Bekman wrote: > Currently there are two tracing mechanisms used in Apache::Test, the > on/off turning if which is not consistent. This patch replaces the ->trace > calls with Apache::TestTrace::info(). > > This patch makes things consistent through using the Apache::TestTrace log > levels. > > I suppose that by default the "log" level should be 'warning' and TestRun > should change the loglevel to 'info' if called with -verbose. Because > with this patch there is too much noise (since 'info' is the default log > level).
how about changing those to 'debug', and set the log level to debug if verbose is on? i don't think the current 'info' output is to noisy.