Bastien Sevajol hace 7 años
padre
commit
9241b7d783
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sandbox/tiledstrategy/run.py

+ 1 - 1
sandbox/tiledstrategy/run.py Ver fichero

@@ -22,7 +22,7 @@ def main(map_dir_path: str, seed_value: int=42):
22 22
 
23 23
     config = Config()
24 24
     config.load_files(['sandbox/engulf/config.yaml'])
25
-    logger = get_default_logger(level=logging.DEBUG)
25
+    logger = get_default_logger(level=logging.ERROR)
26 26
 
27 27
     simulation = TiledStrategySimulation(config)
28 28
     subjects = TiledStrategySubjects(simulation=simulation)