Loading src/edgecloud/clients/aeros/__init__.py +7 −5 Original line number Diff line number Diff line Loading @@ -14,8 +14,10 @@ from src.logger import setup_logger logger = setup_logger(__name__, is_debug=True, file_name=config.LOG_FILE) logger.info("aerOS client initialized") logger.debug("aerOS API URL: %s", config.aerOS_API_URL) logger.debug("aerOS access token: %s", config.aerOS_ACCESS_TOKEN) logger.debug("aerOS debug mode: %s", config.DEBUG) logger.debug("aerOS log file: %s", config.LOG_FILE) # TODO: The following should only appear in case aerOS client is used # Currently even if another client is used, the logs appear # logger.info("aerOS client initialized") # logger.debug("aerOS API URL: %s", config.aerOS_API_URL) # logger.debug("aerOS access token: %s", config.aerOS_ACCESS_TOKEN) # logger.debug("aerOS debug mode: %s", config.DEBUG) # logger.debug("aerOS log file: %s", config.LOG_FILE) Loading
src/edgecloud/clients/aeros/__init__.py +7 −5 Original line number Diff line number Diff line Loading @@ -14,8 +14,10 @@ from src.logger import setup_logger logger = setup_logger(__name__, is_debug=True, file_name=config.LOG_FILE) logger.info("aerOS client initialized") logger.debug("aerOS API URL: %s", config.aerOS_API_URL) logger.debug("aerOS access token: %s", config.aerOS_ACCESS_TOKEN) logger.debug("aerOS debug mode: %s", config.DEBUG) logger.debug("aerOS log file: %s", config.LOG_FILE) # TODO: The following should only appear in case aerOS client is used # Currently even if another client is used, the logs appear # logger.info("aerOS client initialized") # logger.debug("aerOS API URL: %s", config.aerOS_API_URL) # logger.debug("aerOS access token: %s", config.aerOS_ACCESS_TOKEN) # logger.debug("aerOS debug mode: %s", config.DEBUG) # logger.debug("aerOS log file: %s", config.LOG_FILE)