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