Skip to content

Commit 26c5878

Browse files
committed
Improve Log4j Transform doc
1 parent 24e2c1c commit 26c5878

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

src/site/asciidoc/log4j-transform.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,31 @@ resource transformer for the
2929
https://maven.apache.org/plugins/maven-shade-plugin/[Apache Maven Shade Plugin]
3030
that merges the plugin caches used by Log4j 2.x artifacts.
3131
32+
== Download
33+
34+
* Binary artifacts are available on https://central.sonatype.com/search?namespace=org.apache.logging.log4j[Maven Central].
35+
* The source code of the project is available on https://github.com/apache/logging-log4j-transform[Github].
36+
* Additionally the following source distributions are available:
37+
+
38+
[cols="1,1,1,1"]
39+
|===
40+
|Distribution|Mirrors|Checksum|Signature
41+
42+
|Source distribution (zip)
43+
|https://www.apache.org/dyn/closer.lua/logging/log4j/0.1.0/apache-log4j-transform-0.1.0-src.zip[apache-log4j-transform-0.1.0-src.zip]
44+
|https://www.apache.org/dist/logging/log4j-transform/0.1.0/apache-log4j-transform-0.1.0-src.zip.sha512[apache-log4j-transform-0.1.0-src.zip.sha512]
45+
|https://www.apache.org/dist/logging/log4j-transform/0.1.0/apache-log4j-transform-0.1.0-src.zip.asc[apache-log4j-transform-0.1.0-src.zip.asc]
46+
|===
47+
48+
The PGP signatures can be verified using PGP or GPG.
49+
First download the https://www.apache.org/dist/logging/KEYS[KEYS] as well as the asc signature file for the relevant distribution.
50+
Make sure you get these files from the https://www.apache.org/dist/logging/[main distribution directory], rather than from a mirror.
51+
Then verify the signatures using
52+
53+
[source,console]
54+
----
55+
gpg --import KEYS
56+
gpg --verify apache-log4j-transform-0.1.0-src.zip.asc
57+
----
58+
59+
The distribution is signed by `ASF Logging Services RM`.

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
<item name="Log4j Audit" href="https://logging.apache.org/log4j-audit/latest/index.html"/>
306306
<item name="Log4j Kotlin" href="https://logging.apache.org/log4j/kotlin/index.html"/>
307307
<item name="Log4j Scala" href="https://logging.apache.org/log4j/scala/index.html"/>
308+
<item name="Log4j Transformation Tools" href="log4j-transform"/>
308309
<item name="Log4Net" href="https://logging.apache.org/log4net/index.html"/>
309310
</menu>
310311

@@ -337,7 +338,6 @@
337338
<item name="Log4j Kubernetes Support" href="log4j-kubernetes.html"/>
338339
<item name="Log4j Spring Boot" href="log4j-spring-boot.html"/>
339340
<item name="Log4j Spring Cloud Config Client" href="log4j-spring-cloud-config-client.html"/>
340-
<item name="Log4j Transformation Tools" href="log4j-transform"/>
341341
</menu>
342342

343343
<menu name="Project Information" img="img/glyphicons/info.png">

0 commit comments

Comments
 (0)