Skip to content

Commit 714642e

Browse files
authored
Merge pull request #27 from evolvedbinary/7.x.x/hotfix/xslfo-log4j-config
[7.x.x] Correct a syntax error in the log4j2 config used for testing the XSL:FO module
2 parents 542d90b + b045790 commit 714642e

File tree

1 file changed

+1
-0
lines changed
  • extensions/modules/xslfo/src/test/resources

1 file changed

+1
-0
lines changed

extensions/modules/xslfo/src/test/resources/log4j2.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
</Policies>
115115
<DefaultRolloverStrategy max="${rollover.max}"/>
116116
<PatternLayout pattern="${elemental.file.pattern}"/>
117+
</RollingRandomAccessFile>
117118

118119
<RollingRandomAccessFile name="elemental.restxq" filePattern="${logs}/restxq.${rollover.file.pattern}.log.gz" fileName="${logs}/restxq.log">
119120
<Policies>

0 commit comments

Comments
 (0)