On Wed, Jan 21, 2004 at 04:31:50PM -0500, William McKee wrote: > > Please suggest a clarification to the docs now that you know all the > > answers to this issue, William ;) > > Attached :).
Please ignore the previous diff. I've revised the changes to include how to output messages. William -- Knowmad Services Inc. http://www.knowmad.com
--- testing.pod.orig 2004-01-21 16:21:48.000000000 -0500 +++ testing.pod.wlm 2004-01-21 16:44:04.000000000 -0500 @@ -310,6 +310,16 @@ % t/TEST -trace=warning ... +To output messages in your tests use the following: + + use Apache::TestTrace; + info "doing foo"; # will be logged + debug "doing bar"; # won't be logged unless trace level is increased + +These messages are printed to STDOUT during testing. See Apache::TestTrace for +more information. To control the messages printed to the server error_log, set +the Apache directive LogLevel. See the Apache documentation at httpd.apache.org +for more details. =head2 Stress Testing