mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
ServerManager logging
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.toop;
|
||||
|
||||
import org.apache.logging.log4j.Level;
|
||||
import org.toop.UI.GameSelectorWindow;
|
||||
import org.toop.eventbus.EventRegistry;
|
||||
import org.toop.eventbus.Events;
|
||||
@@ -17,8 +18,8 @@ public class Main {
|
||||
private static boolean running = false;
|
||||
|
||||
public static void main(String[] args) throws ExecutionException, InterruptedException {
|
||||
// Logging.disableAllLogs();
|
||||
// Logging.enableAllLogsForClass(EventRegistry.class);
|
||||
Logging.disableAllLogs();
|
||||
Logging.enableLogsForClass(ServerManager.class, Level.ALL);
|
||||
initSystems();
|
||||
registerEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user