Skip to content

Commit

Permalink
support entity
Browse files Browse the repository at this point in the history
  • Loading branch information
mshuaibii committed May 28, 2024
1 parent b21a950 commit d12b514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fairchem/core/common/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __init__(self, config) -> None:
name=self.config["cmd"]["identifier"],
dir=self.config["cmd"]["logs_dir"],
project=project,
entity=self.config["logger"].get("entity", None),
resume="allow",
)

Expand Down

0 comments on commit d12b514

Please sign in to comment.