File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 134134 <wiremock .version>2.35.2</wiremock .version>
135135 <xmlunit .version>2.10.0</xmlunit .version>
136136 <xz .version>1.10</xz .version>
137- <zstd .version>1.5.6-9 </zstd .version>
137+ <zstd .version>1.5.6-10 </zstd .version>
138138
139139 <!-- =====================================================
140140 Pinned transitive dependency version properties (in alphabetical order)
Original file line number Diff line number Diff line change 33 xmlns =" https://logging.apache.org/xml/ns"
44 xsi : schemaLocation =" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55 type =" updated" >
6- <issue id =" 3345 " link =" https://github.com/apache/logging-log4j2/pull/3345 " />
7- <description format =" asciidoc" >Update `com.github.luben:zstd-jni` to version `1.5.6-9 `</description >
6+ <issue id =" 3447 " link =" https://github.com/apache/logging-log4j2/pull/3447 " />
7+ <description format =" asciidoc" >Update `com.github.luben:zstd-jni` to version `1.5.6-10 `</description >
88</entry >
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ log4j2.properties::
483483----
484484appender.0.type = Console
485485appender.0.name = CONSOLE
486- appender.0.layout = PatternLayout # <1>
486+ appender.0.layout.type = PatternLayout # <1>
487487appender.0.layout.pattern = %d [%t] %5p %c{1.} - %m%n
488488rootLogger.level = INFO
489489rootLogger.appenderRef.0.ref = CONSOLE
You can’t perform that action at this time.
0 commit comments