Skip to content

Commit d6f9bba

Browse files
committed
improve logging of host_controller
1 parent 7f2eb99 commit d6f9bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation-system/libs/csle-common/src/csle_common/controllers/host_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ def get_host_managers_info(emulation_env_config: EmulationEnvConfig, active_ips:
13061306
port=emulation_env_config.host_manager_config.host_manager_port, ip=ip)
13071307
running = True
13081308
except Exception as e:
1309-
logger.debug(f"Could not fetch Host manager status on IP:{ip}, error: {str(e)}, {repr(e)}")
1309+
logger.info(f"Could not fetch Host manager status on IP:{ip}, error: {str(e)}, {repr(e)}")
13101310
if status is not None:
13111311
host_managers_statuses.append((status, ip))
13121312
else:

0 commit comments

Comments
 (0)