mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
tuning log level
This commit is contained in:
parent
862707d4b7
commit
60957372fc
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class Team(BaseModel):
|
|||
while n_round > 0:
|
||||
# self._save()
|
||||
n_round -= 1
|
||||
logger.info(f"max {n_round=} left.")
|
||||
logger.debug(f"max {n_round=} left.")
|
||||
self._check_balance()
|
||||
await self.env.run()
|
||||
if CONFIG.git_repo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue