aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/log4j2.fabric.xml
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2020-04-04 14:41:34 +0100
committermodmuss50 <modmuss50@gmail.com>2020-04-04 14:41:34 +0100
commite5a65516098335b43c3e91f4aae624457bbe93ed (patch)
tree60a81e20a110abc7e7ab4f782f308dc1b78f4e13 /src/main/resources/log4j2.fabric.xml
parentdff10a5d7906bb51587ab2feccc9d96a29c6f6d7 (diff)
downloadarchitectury-loom-e5a65516098335b43c3e91f4aae624457bbe93ed.tar.gz
architectury-loom-e5a65516098335b43c3e91f4aae624457bbe93ed.tar.bz2
architectury-loom-e5a65516098335b43c3e91f4aae624457bbe93ed.zip
Small fixes to the log4j config file
Diffstat (limited to 'src/main/resources/log4j2.fabric.xml')
-rw-r--r--src/main/resources/log4j2.fabric.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/log4j2.fabric.xml b/src/main/resources/log4j2.fabric.xml
index 575c9528..fcfd27b5 100644
--- a/src/main/resources/log4j2.fabric.xml
+++ b/src/main/resources/log4j2.fabric.xml
@@ -7,7 +7,7 @@
<PatternLayout>
<LoggerNamePatternSelector defaultPattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(%logger{1})}{cyan} %highlight{%msg%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}" disableAnsi="${sys:fabric.log.disableAnsi:-true}">
<!-- Dont show the logger name for minecraft classes-->
- <PatternMatch key="net.minecraft.,com.mojang." pattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(Minecraft)}{cyan} %highlight{%msg%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}" disableAnsi="${sys:fabric.log.disableAnsi:-true}"/>
+ <PatternMatch key="net.minecraft.,com.mojang." pattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(Minecraft)}{cyan} %highlight{%msg%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}"/>
</LoggerNamePatternSelector>
</PatternLayout>
</Console>
@@ -44,7 +44,7 @@
<DefaultRolloverStrategy max="5" fileIndex="min"/>
<Policies>
- <SizeBasedTriggeringPolicy size="500MB"/>
+ <SizeBasedTriggeringPolicy size="200MB"/>
<OnStartupTriggeringPolicy />
</Policies>