Clients: log exception to logfile

This commit is contained in:
Fabian Dill
2021-11-17 22:46:32 +01:00
parent cf20c0781f
commit 9cb24280fa
5 changed files with 22 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ from queue import Queue
import Utils
if __name__ == "__main__":
Utils.init_logging("FactorioClient")
Utils.init_logging("FactorioClient", exception_logger="Client")
from CommonClient import CommonContext, server_loop, console_loop, ClientCommandProcessor, logger, gui_enabled, \
get_base_parser