You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2019/07/17 15:24:00 UTC

[jira] [Commented] (LOG4J2-1931) Wrong Date is calculated for rollover filePattern with timezone parameter

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

Ralph Goers commented on LOG4J2-1931:
-------------------------------------

[~templin] The issue you raised should have been fixed in 2.11.2.

> Wrong Date is calculated  for rollover filePattern with timezone parameter
> --------------------------------------------------------------------------
>
>                 Key: LOG4J2-1931
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1931
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.8.2
>         Environment: Windows 8
> Log4j2 2.8.2
>            Reporter: Arakha
>            Priority: Critical
>
> Wrong Date is calculated  for rollover filePattern with timezone parameter.
> Due to {{\{UTC+0}}}  calculated date is wrong. 
> current date is : 20170602 but the calculated one while rolling over is : 20170601 , file name: rollapp-20170601-1.log
> Configurations used are:
> {code:xml}
>    <RollingFile name="RollingFile" 
>     			 fileName="C:\temp\logs\2017-06-test\rollapp.log"
>                  filePattern="C:/temp/logs/${date:yyyy-MM}-test/rollapp-%d{yyyyMMdd}{UTC+0}-%i.log">
>       <PatternLayout>
>         <Pattern>%d{HH:mm:ss.SSS}{UTC+0}  %p %c{1.} [%t] %m%n</Pattern>
>       </PatternLayout>
>       <Policies>
>         <TimeBasedTriggeringPolicy />
>         <SizeBasedTriggeringPolicy size="1 MB"/>
>         
>       </Policies>
>     </RollingFile>
> {code}
> it may be related to fix done for : https://issues.apache.org/jira/browse/LOG4J2-1489



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)