Bastien Sevajol 7 年前
父节点
当前提交
9241b7d783
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sandbox/tiledstrategy/run.py

+ 1 - 1
sandbox/tiledstrategy/run.py 查看文件

@@ -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)