mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
tuning log level
This commit is contained in:
parent
862707d4b7
commit
60957372fc
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class Config(metaclass=Singleton):
|
|||
|
||||
def __init__(self, yaml_file=default_yaml_file):
|
||||
self._init_with_config_files_and_env(yaml_file)
|
||||
logger.info("Config loading done.")
|
||||
logger.debug("Config loading done.")
|
||||
self._update()
|
||||
|
||||
def _update(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue