From 0798bfddd8119ad456e329a318ecc8d072ff06df Mon Sep 17 00:00:00 2001 From: Thomas Segismont Date: Tue, 13 Jun 2023 12:29:02 +0200 Subject: [PATCH] Log4J 1.x is no longer a supported backend Signed-off-by: Thomas Segismont --- src/main/asciidoc/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index c691b5355d8..d56c30a7ee6 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -1025,7 +1025,6 @@ The logging backend is selected as follows: . JDK logging when a `vertx-default-jul-logging.properties` file is in the classpath or, . a backend present in the classpath, in the following order of preference: .. SLF4J -.. Log4J .. Log4J2 Otherwise Vert.x defaults to JDK logging.