Now that the SSLLog is combined with the regular log, and since we run at full debug loglevel, the error_log is growing too fast. One run through t/TEST on my system gives about 60MB worth of error_log. No problem there. BUT, when you run t/SMOKE and get more than 40 times that many tests run (or even more), you start to run into the 2GB log size limit. :)
Can we clear the error log at strategic intervals or reduce the loglevel by one notch? --Cliff