You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/05/07 06:54:49 UTC

svn commit: r772502 - /ofbiz/trunk/framework/base/config/log4j.xml

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"/>



Re: svn commit: r772502 - /ofbiz/trunk/framework/base/config/log4j.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
Could we backport this in R9.04 ?

Jacques

From: <le...@apache.org>
> 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"/>
> 
>


Re: svn commit: r772502 - /ofbiz/trunk/framework/base/config/log4j.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
+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" <sc...@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, <le...@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"/>
>>>
>>>
>>>
> 
>


Re: svn commit: r772502 - /ofbiz/trunk/framework/base/config/log4j.xml

Posted by Scott Gray <sc...@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, <le...@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"/>
>>
>>
>>


Re: svn commit: r772502 - /ofbiz/trunk/framework/base/config/log4j.xml

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
IMO doable for RB9.04 as well.

--
Ashish

On Thu, May 7, 2009 at 10:24 AM, <le...@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"/>
>
>
>