mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 13:52:38 +02:00
change default log level to info
This commit is contained in:
parent
ccbe91c873
commit
80202e1c90
1 changed files with 1 additions and 1 deletions
|
|
@ -44,5 +44,5 @@ def set_llm_stream_logfunc(func):
|
|||
|
||||
|
||||
def _llm_stream_log(msg):
|
||||
if _print_level in ["DEBUG"]:
|
||||
if _print_level in ["INFO"]:
|
||||
print(msg, end="")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue