Skip to content

Commit

Permalink
Fully moved to new log4j plugin registeration system
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Sep 25, 2024
1 parent a1785a9 commit 065d0d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ project(':cleanroom') {
installer 'org.apache.logging.log4j:log4j-api:2.24.0'
installer 'org.apache.logging.log4j:log4j-core:2.24.0'
installer 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0'
//annotationProcessor 'org.apache.logging.log4j:log4j-core:2.24.0'
installer 'org.slf4j:slf4j-api:2.0.16'
installer 'jakarta.annotation:jakarta.annotation-api:3.0.0'
installer 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="warn" packages="net.minecraftforge.server.terminalconsole.util">
<Configuration status="warn">
<Appenders>
<Console name="SysOut" target="SYSTEM_OUT">
<PatternLayout>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/log4j2_server.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="warn" packages="net.minecraftforge.server.terminalconsole,com.mojang.util">
<Configuration status="warn">
<Appenders>
<TerminalConsole name="Console">
<PatternLayout>
Expand Down

0 comments on commit 065d0d6

Please sign in to comment.