mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Add option to strip color codes from server.log file
This commit is contained in:
@@ -22,7 +22,7 @@ public class ConsoleLogManager {
|
||||
|
||||
// CraftBukkit - change of method signature!
|
||||
public static void init(MinecraftServer server) {
|
||||
ConsoleLogFormatter consolelogformatter = new ConsoleLogFormatter();
|
||||
ConsoleLogFormatter consolelogformatter = new ConsoleLogFormatter(server.options.has("log-strip-color")); // CraftBukkit - pass strip color option
|
||||
|
||||
a.setUseParentHandlers(false);
|
||||
// CraftBukkit start
|
||||
|
Reference in New Issue
Block a user