Rainer Jung wrote:

URL: http://svn.apache.org/viewvc?rev=707645&view=rev
Log:
Change logging attempts from ERROR to INFO. They can happen multiple times, so 
log as ERROR only once


+    if (rc == JK_FALSE) {
+        jk_log(l, JK_LOG_INFO,
+               "All tomcat instances failed, no more workers left");
+    }

Did you want to have that final one log as ERROR?


Yes ;)

Regards,

--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to