Skip to content

Commit

Permalink
remove overwriting log config functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster committed Jan 6, 2025
1 parent 2db250d commit 72f2561
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nvflare/fuel/utils/log_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ def dynamic_log_config(config: str, workspace: Workspace, job_id: str = None):
else:
dir_path = workspace.get_root_dir()

# overwrite log_config.json of site
with open(os.path.join(workspace.get_site_config_dir(), WorkspaceConstants.LOGGING_CONFIG), "w") as f:
f.write(json.dumps(dict_config))

apply_log_config(dict_config, dir_path)

else:
Expand Down

0 comments on commit 72f2561

Please sign in to comment.