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

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

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

QPID-6614: Improve functionality around exposing log files and their content 
and add UI to browse and download log files (work by Lorenz Quack and Alex 
Rudyy)

> [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]
>
>         Attachments: 
> 0001-Fix-RolloverFileAppenderFactory-to-start-triggering-.patch, 
> 0002-QPID-6614-Improve-functionality-around-exposing-log-.patch
>
>
> 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