From 511a6a1228a939afb300408e334191871472ec59 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Sat, 29 Jun 2019 20:38:27 -0700 Subject: [PATCH] Actually use our log full policy --- .../0254-Use-asynchronous-Log4j-2-loggers.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0254-Use-asynchronous-Log4j-2-loggers.patch b/Spigot-Server-Patches/0254-Use-asynchronous-Log4j-2-loggers.patch index 16e5ab9a1f..e43faedfa9 100644 --- a/Spigot-Server-Patches/0254-Use-asynchronous-Log4j-2-loggers.patch +++ b/Spigot-Server-Patches/0254-Use-asynchronous-Log4j-2-loggers.patch @@ -52,7 +52,7 @@ index 000000000..f72f7425c +++ b/src/main/resources/log4j2.component.properties @@ -0,0 +1,2 @@ +Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -+log4j2.AsyncQueueFullPolicy="com.destroystokyo.paper.log.LogFullPolicy" ++log4j2.AsyncQueueFullPolicy=com.destroystokyo.paper.log.LogFullPolicy \ No newline at end of file -- 2.21.0