Skip to content

Commit b045790

Browse files
committed
[bugfix] Correct a syntax error in the log4j2 config used for testing the XSL:FO module
1 parent dcc8782 commit b045790

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)