mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-09-03 06:35:22 +08:00
change default log level to info
This commit is contained in:
@@ -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="")
|
||||
|
||||
Reference in New Issue
Block a user