[JIRA] Created: (LBCORE-243) Return ImmediateFlush and perhaps buffering options to FileAppender

View: New views
3 Messages — Rating Filter:   Alert me  

[JIRA] Created: (LBCORE-243) Return ImmediateFlush and perhaps buffering options to FileAppender

by JIRA noreply-jira@qos.ch :: Rate this Message:

| View Threaded | Show Only this Message

Return ImmediateFlush and perhaps buffering options to FileAppender
-------------------------------------------------------------------

                 Key: LBCORE-243
                 URL: http://jira.qos.ch/browse/LBCORE-243
             Project: logback-core
          Issue Type: Improvement
          Components: Appender
    Affects Versions: 1.0.0
            Reporter: Petr H
            Assignee: Logback dev list


Based on the "log4j performance comparison" discussion in the logback-user mailing list:
http://old.nabble.com/log4j-performance-comparison-td31183677.html

I'd like to see at least the ImmediateFlush option back as it causes really big difference in writing performance at our systems with heavy logging activity.
Last logback release with ImmediateFlush option is 0.9.18 and this is the one we have to stay at due to performance reasons. We can't afford to upgrade to later logback release or switch ImmediateFlush to true as it makes some of our systems practically unusable.

The best option seems to be the use of FileWriter with the possibility to set the ImmediateFlush option and also buffering (wrapping with BufferedWriter and use of BufferedIO + BufferSize options) can help a little.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
logback-dev mailing list
logback-dev@...
http://mailman.qos.ch/mailman/listinfo/logback-dev

[JIRA] Assigned: (LBCORE-243) Return ImmediateFlush and perhaps buffering options to FileAppender

by JIRA noreply-jira@qos.ch :: Rate this Message:

| View Threaded | Show Only this Message


     [ http://jira.qos.ch/browse/LBCORE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ceki Gulcu reassigned LBCORE-243:
---------------------------------

    Assignee: Ceki Gulcu  (was: Logback dev list)

> Return ImmediateFlush and perhaps buffering options to FileAppender
> -------------------------------------------------------------------
>
>                 Key: LBCORE-243
>                 URL: http://jira.qos.ch/browse/LBCORE-243
>             Project: logback-core
>          Issue Type: Improvement
>          Components: Appender
>    Affects Versions: 1.0.0
>            Reporter: Petr H
>            Assignee: Ceki Gulcu
>
> Based on the "log4j performance comparison" discussion in the logback-user mailing list:
> http://old.nabble.com/log4j-performance-comparison-td31183677.html
> I'd like to see at least the ImmediateFlush option back as it causes really big difference in writing performance at our systems with heavy logging activity.
> Last logback release with ImmediateFlush option is 0.9.18 and this is the one we have to stay at due to performance reasons. We can't afford to upgrade to later logback release or switch ImmediateFlush to true as it makes some of our systems practically unusable.
> The best option seems to be the use of FileWriter with the possibility to set the ImmediateFlush option and also buffering (wrapping with BufferedWriter and use of BufferedIO + BufferSize options) can help a little.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
logback-dev mailing list
logback-dev@...
http://mailman.qos.ch/mailman/listinfo/logback-dev

[JIRA] Resolved: (LBCORE-243) Return ImmediateFlush and perhaps buffering options to FileAppender

by JIRA noreply-jira@qos.ch :: Rate this Message:

| View Threaded | Show Only this Message


     [ http://jira.qos.ch/browse/LBCORE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ceki Gulcu resolved LBCORE-243.
-------------------------------

    Fix Version/s: 1.0.3
       Resolution: Fixed

Fixed in http://github.com/ceki/logback/commit/df62eebfa

> Return ImmediateFlush and perhaps buffering options to FileAppender
> -------------------------------------------------------------------
>
>                 Key: LBCORE-243
>                 URL: http://jira.qos.ch/browse/LBCORE-243
>             Project: logback-core
>          Issue Type: Improvement
>          Components: Appender
>    Affects Versions: 1.0.0
>            Reporter: Petr H
>            Assignee: Ceki Gulcu
>             Fix For: 1.0.3
>
>
> Based on the "log4j performance comparison" discussion in the logback-user mailing list:
> http://old.nabble.com/log4j-performance-comparison-td31183677.html
> I'd like to see at least the ImmediateFlush option back as it causes really big difference in writing performance at our systems with heavy logging activity.
> Last logback release with ImmediateFlush option is 0.9.18 and this is the one we have to stay at due to performance reasons. We can't afford to upgrade to later logback release or switch ImmediateFlush to true as it makes some of our systems practically unusable.
> The best option seems to be the use of FileWriter with the possibility to set the ImmediateFlush option and also buffering (wrapping with BufferedWriter and use of BufferedIO + BufferSize options) can help a little.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
logback-dev mailing list
logback-dev@...
http://mailman.qos.ch/mailman/listinfo/logback-dev