mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 02:02:04 -07:00
Added command line option 'date-format' to control how dates are printed to console (not to log)
This commit is contained in:
@@ -75,7 +75,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
|
||||
|
||||
threadcommandreader.setDaemon(true);
|
||||
threadcommandreader.start();
|
||||
ConsoleLogManager.a(reader); // Craftbukkit
|
||||
ConsoleLogManager.a(this); // Craftbukkit
|
||||
|
||||
// CraftBukkit start
|
||||
System.setOut(new PrintStream(new LoggerOutputStream(a, Level.INFO), true));
|
||||
|
Reference in New Issue
Block a user