Skip to content

Commit ceea34c

Browse files
authored
Merge pull request #43 from evolvedbinary/6.x.x/hotfix/xslfo-log4j-config
[6.x.x] Correct a syntax error in the log4j2 config used for testing the XSL:FO module
2 parents dcf1590 + 6d74fa0 commit ceea34c

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
@@ -111,6 +111,7 @@
111111
</Policies>
112112
<DefaultRolloverStrategy max="${rollover.max}"/>
113113
<PatternLayout pattern="${elemental.file.pattern}"/>
114+
</RollingRandomAccessFile>
114115

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

0 commit comments

Comments
 (0)