mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Don't log debug information
This commit is contained in:
parent
89c42dfe2c
commit
d07c4987da
33
Spigot-Server-Patches/Don-t-log-debug-information.patch
Normal file
33
Spigot-Server-Patches/Don-t-log-debug-information.patch
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dmck2b <suddenly@suddenly.coffee>
|
||||||
|
Date: Mon, 4 Aug 2014 02:56:23 +0100
|
||||||
|
Subject: [PATCH] Don't log debug information
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml
|
||||||
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||||
|
--- a/src/main/resources/log4j2.xml
|
||||||
|
+++ b/src/main/resources/log4j2.xml
|
||||||
|
@@ -0,0 +0,0 @@
|
||||||
|
</RollingRandomAccessFile>
|
||||||
|
</Appenders>
|
||||||
|
<Loggers>
|
||||||
|
- <Root level="all">
|
||||||
|
+ <Root level="info">
|
||||||
|
<filters>
|
||||||
|
<MarkerFilter marker="NETWORK_PACKETS" onMatch="DENY" onMismatch="NEUTRAL" />
|
||||||
|
</filters>
|
||||||
|
- <AppenderRef ref="WINDOWS_COMPAT" level="info"/>
|
||||||
|
+ <AppenderRef ref="WINDOWS_COMPAT"/>
|
||||||
|
<AppenderRef ref="File"/>
|
||||||
|
- <AppenderRef ref="TerminalConsole" level="info"/>
|
||||||
|
+ <AppenderRef ref="TerminalConsole"/>
|
||||||
|
</Root>
|
||||||
|
</Loggers>
|
||||||
|
-</Configuration>
|
||||||
|
-
|
||||||
|
+</Configuration>
|
||||||
|
\ No newline at end of file
|
||||||
|
--
|
||||||
|
1.8.4.msysgit.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user