You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changelog/2.10.0/.release-notes.adoc.ftl
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,9 @@ Those errors should be reported to the tool vendor.
56
56
During testing of the release it was found that one unit test fails when run on Windows.
57
57
When building from source either use `mvn clean install -DskipTests` on Windows or run the build on a different operating system.
58
58
The unit test failure is a problem in the test, not in Log4j.
59
-
As always, pre-built distributions can be downloaded from http://www.apache.org/dist/logging/log4j/[] or the binaries JARs may be obtained from the Maven central repository.
59
+
As always, pre-built distributions can be downloaded from
60
+
https://downloads.apache.org/logging/log4j/[]
61
+
or the binaries JARs may be obtained from the Maven central repository.
60
62
61
63
Note that subsequent to the 2.9.0 release, for security reasons, `SerializedLayout` is deprecated and no longer used as default in the Socket and JMS appenders.
62
64
`SerializedLayout` can still be used as before, but has to be specified explicitly.
This releases provides a {cyclonedx-sbom-link} along with each artifact and contains bug fixes addressing issues in the JPMS & OSGi infrastructure overhauled in `2.21.0`, dependency updates, and some other minor fixes and improvements.
A keyspace and table must be configured ahead of time, and the columns of that table are mapped in a configuration file.
298
299
Each column can specify either a xref:manual/pattern-layout.adoc[]https://logging.apache.org/log4j/2.x/manual/layouts.html#PatternLayout[StringLayout] (e.g., a PatternLayout) along with an optional conversion type, or only a conversion type for `org.apache.logging.log4j.spi.ThreadContextMap` or
Models https://docs.graylog.org/en/3.1/pages/gelf.html#gelf-payload-specification[the Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
474
+
Models https://go2docs.graylog.org/current/getting_in_log_data/gelf.html#GELFPayloadSpecification[the Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
Copy file name to clipboardExpand all lines: src/site/antora/modules/ROOT/pages/soa.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@ For example, https://12factor.net/logs[The Twelve-Factor App] and https://kubern
81
81
82
82
* A *library* can act as proxy.
83
83
It can tap into the logging API and forward it to an external service.
84
-
For instance, https://docs.datadoghq.com/logs/log_collection/java[Datadog's Java Log Collector] uses this mechanism.
84
+
For instance,
85
+
https://docs.datadoghq.com/logs/log_collection/java/?tab=log4j2[Datadog's Java Log Collector] uses this mechanism.
85
86
86
87
* An external *service* can act as a proxy, which applications can write logs to.
87
88
For example, you can write to https://www.elastic.co/logstash[Logstash], a https://kubernetes.io/docs/concepts/cluster-administration/logging/#sidecar-container-with-a-logging-agent[Kubernetes logging agent sidecar], or a https://redis.io/glossary/redis-queue/[Redis queue] over a socket.
0 commit comments