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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Ashish Vijaywargiya
IMO doable for RB9.04 as well.

--
Ashish

On Thu, May 7, 2009 at 10:24 AM, <[hidden email]> 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 | Threaded
Open this post in threaded view
|

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

Scott Gray-2
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, <[hidden email]> 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"/>
>>
>>
>>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
+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" <[hidden email]>

> 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, <[hidden email]> 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 | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
In reply to this post by Ashish Vijaywargiya
Could we backport this in R9.04 ?

Jacques

From: <[hidden email]>

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