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

ASF subversion and git services commented on LOG4J2-2832:
---------------------------------------------------------

Commit 706f3264ed97a5a4c844928f0a445a498b52e0fb in logging-log4j2's branch 
refs/heads/master from Ralph Goers
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=706f326 ]

Merge branch 'LOG4J2-2832' of https://github.com/asbachb/logging-log4j2 into 
asbachb-LOG4J2-2832


> Error message contains reference to non-existent 
> DirectFilenameRolloverStrategy
> -------------------------------------------------------------------------------
>
>                 Key: LOG4J2-2832
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2832
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.13.2
>            Reporter: Benjamin Asbach
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If you configure a `RollingFileAppender` with no `fileName` configured the 
> mesagge refrences a non existing `Strategy`:
> {code:java}
> LOGGER.error("RollingFileAppender '{}': When no file name is provided a 
> DirectFilenameRolloverStrategy must be configured", getName());
> {code}
> https://github.com/apache/logging-log4j2/blob/log4j-2.13.2/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/RollingFileAppender.java#L141
> A similar problem was already reported and fixed in: 
> https://issues.apache.org/jira/browse/LOG4J2-2547



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to