Bastien Sevajol 6 年 前
コミット
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)