Skip to content
Discussion options

You must be logged in to vote

I've managed to get the minecraft server to log again by updating the log4j2.xml to:

<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN" packages="com.mojang.util">
    <Appenders>
        <!-- Console with debug info -->
        <Console name="SysOut" target="SYSTEM_OUT">
            <PatternLayout pattern="[%d{yyyy-MM-dd HH:mm:ss.SSS}] [%t/%level] [%logger]: %msg%n" />
        </Console>
        
        <!-- Error console -->
        <Console name="SysErr" target="SYSTEM_ERR">
            <PatternLayout pattern="[%d{yyyy-MM-dd HH:mm:ss.SSS}] [%t/%level] [%logger]: %msg%n" />
        </Console>
        
        <!-- Terminal Console -->
        <Queue name="TerminalConsole"

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@indykoning
Comment options

@itzg
Comment options

itzg Sep 12, 2025
Maintainer

@indykoning
Comment options

@itzg
Comment options

itzg Sep 12, 2025
Maintainer

@itzg
Comment options

itzg Sep 12, 2025
Maintainer

Comment options

You must be logged in to vote
0 replies
Answer selected by indykoning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants