diff --git a/patches/server/0044-Fix-Make-log4j-compatible-with-future-release.patch b/patches/server/0044-Fix-Make-log4j-compatible-with-future-release.patch index 605d2c53..50b393a5 100644 --- a/patches/server/0044-Fix-Make-log4j-compatible-with-future-release.patch +++ b/patches/server/0044-Fix-Make-log4j-compatible-with-future-release.patch @@ -3,6 +3,7 @@ From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Sun, 30 Apr 2023 06:22:08 -0400 Subject: [PATCH] Fix: Make log4j compatible with future release +This patch fixes the warnning "WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release" during server launching. diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 74ccc67e3c12dc5182602fb691ef3ddeb5b53280..9804bcae3439aaf9a9d477f9ab2494caa899ec1e 100644