[ 
https://issues.apache.org/jira/browse/QPID-6614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605428#comment-14605428
 ] 

ASF subversion and git services commented on QPID-6614:
-------------------------------------------------------

Commit 1688178 from [email protected] in branch 'java/trunk'
[ https://svn.apache.org/r1688178 ]

QPID-6614: [Java Broker] Make BrokerFileLogger and VirtualHostFileLogger 
implementations expose content of the current file and the names/content of any 
previously rolled files

> [Java Broker] Make BrokerFileLogger implementation expose content of the 
> current file and the names/content of any previously rolled files
> ------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-6614
>                 URL: https://issues.apache.org/jira/browse/QPID-6614
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Alex Rudyy
>            Assignee: Alex Rudyy
>             Fix For: 6.0 [Java]
>
>
> Add a derived attribute BrokerFileLogger#rolledFiles that exposed a list of 
> filenames  that were previously rolled by the appender:
> * At open time, the implementation must check for any pre-existing rolled 
> files that potentially match the rolling specification, taking into account 
> date or sized based rolling (or the possibility of compression).  The 
> implementation does not need to consider that the configuration may have 
> changed, nor does it need to consider the possibility that another actor 
> adding a file to the file system at runtime.
> * At runtime if rollover occurs, the derived attribute needs refresh itself.  
> * The content of rolledFiles should be in the same terms of the effective 
> value of getFile() - which may be absolute or relative.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to