[logback-dev] [JIRA] Created: (LBCORE-124) JMX Triggered Rollover for RollingFileAppender

tomliliu (JIRA) noreply-jira at qos.ch
Wed Nov 4 07:04:45 CET 2009


JMX Triggered Rollover for RollingFileAppender
----------------------------------------------

                 Key: LBCORE-124
                 URL: http://jira.qos.ch/browse/LBCORE-124
             Project: logback-core
          Issue Type: New Feature
          Components: Rolling
    Affects Versions: 0.9.17
            Reporter: tomliliu
            Assignee: Logback dev list
            Priority: Minor


Hi logback dev,

We use RollingFileAppender quite heavily and it works perfect for us in most cases. However, in some situation, we find the local file system we're logging to is almost full when our application is still running, so we want to trigger a rollover manually via jmx, which archives the log file to a networked file system.
In this way, we can make some extra space on local file system and prevent losing logs.

Would you like to consider adding jmx triggered rollover feature, which could work with all the built-in rolling policies (FixedWindowRollingPolicy and TimeBasedRollingPolicy) ?

Is there any way to achieve jmx triggered rollover in logback at this moment?

Thanks in advance!

Best Regards,
Tom







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

        


More information about the logback-dev mailing list