+1 to move to R9.04.

BTW I wondered about other commits (but had no time to dig in myself)
772465
772496
772498

Thanks

Jacques

From: "Scott Gray" <scott.g...@hotwaxmedia.com>
Hi Ashish

It was annoying (to me at least) but wasn't breaking anything as such. It's been that way for quite a while and no one has ever complained so I'd rather not back port it unless I hear more opinions in the other direction.

Regards
Scott

On 7/05/2009, at 5:11 PM, Ashish Vijaywargiya wrote:

IMO doable for RB9.04 as well.

--
Ashish

On Thu, May 7, 2009 at 10:24 AM, <lekt...@apache.org> wrote:

Author: lektran
Date: Thu May  7 04:54:49 2009
New Revision: 772502

URL: http://svn.apache.org/viewvc?rev=772502&view=rev
Log:
Doubled the size of the log4j event buffer since I regularly suffer from
discarded messages

Modified:
  ofbiz/trunk/framework/base/config/log4j.xml

Modified: ofbiz/trunk/framework/base/config/log4j.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/log4j.xml?rev=772502&r1=772501&r2=772502&view=diff

= = = = = = = = = =====================================================================
--- ofbiz/trunk/framework/base/config/log4j.xml (original)
+++ ofbiz/trunk/framework/base/config/log4j.xml Thu May 7 04:54:49 2009
@@ -25,7 +25,7 @@
   <appender name="async" class="org.apache.log4j.AsyncAppender">
       <param name="locationInfo" value="true"/>
       <param name="blocking" value="false"/>
-        <param name="bufferSize" value="128"/>
+        <param name="bufferSize" value="256"/>
       <appender-ref ref="stdout"/>
       <appender-ref ref="ofbiz-file"/>
       <appender-ref ref="ofbiz-html"/>






Reply via email to