Description
If you configure a `RollingFileAppender` with no `fileName` configured the mesagge refrences a non existing `Strategy`:
LOGGER.error("RollingFileAppender '{}': When no file name is provided a DirectFilenameRolloverStrategy must be configured", getName());
A similar problem was already reported and fixed in: https://issues.apache.org/jira/browse/LOG4J2-2547
Attachments
Issue Links
- relates to
-
LOG4J2-2547 Error message contains reference to non-existent DirectFilenameRolloverStrategy
- Resolved
- links to