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

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

Commit 7d398797eb0378f5423cfc8ffef2e5b853b3750e in qpid-broker-j's branch 
refs/heads/7.0.x from [~alex.rufous]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=7d39879 ]

QPID-8081: [Broker-J] Fix rolling of log files on restart with roll daily policy


> [Broker] FileLogger with "roll on restart" set to "true" does not roll log 
> file on broker restart when "roll daily" is "true"
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-8081
>                 URL: https://issues.apache.org/jira/browse/QPID-8081
>             Project: Qpid
>          Issue Type: Bug
>          Components: Broker-J
>    Affects Versions: qpid-java-6.0.8, qpid-java-broker-7.0.0, qpid-java-6.1.5
>            Reporter: Alex Rudyy
>            Priority: Minor
>             Fix For: qpid-java-broker-7.0.1, qpid-java-broker-7.1.0
>
>
> If "roll on restart" is set, the FileLogger should rolled over the log file 
> on every restart.
> It does not do it when "roll daily" is "on".
> We should verify that the name of log file rolled over on Broker restart 
> should conform to "roll daily" policy file name pattern: {code}fileName + 
> ".%d{yyyy-MM-dd}.%i"{code}
> We have reports that when log file is rolled over on restart (for whatever 
> reason), the file name does not conform to the expected pattern. Instead, the 
> pattern for {{SimpleRollingPolicy}} is used :{code}fileName + ".%i"{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to