tuning action node code

This commit is contained in:
geekan 2023-12-13 17:47:09 +08:00
parent ad0e5a6da8
commit bfdb8415ad
7 changed files with 72 additions and 96 deletions

View file

@ -108,7 +108,7 @@ class Config(metaclass=Singleton):
def _ensure_workspace_exists(self):
self.workspace_path.mkdir(parents=True, exist_ok=True)
logger.info(f"WORKSPACE_PATH set to {self.workspace_path}")
logger.debug(f"WORKSPACE_PATH set to {self.workspace_path}")
def _init_with_config_files_and_env(self, yaml_file):
"""Load from config/key.yaml, config/config.yaml, and env in decreasing order of priority"""