mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
replace deprecated debug instruction with updated logging method
This commit is contained in:
parent
8060c5c698
commit
aed954c49a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def exception_type( # type: ignore # noqa: PLR0915
|
|||
"\033[1;31mGive Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new\033[0m" # noqa
|
||||
) # noqa
|
||||
print( # noqa
|
||||
"LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'." # noqa
|
||||
"LiteLLM.Info: If you need to debug this error, use `os.environ['LITELLM_LOG'] = 'DEBUG'`." # noqa
|
||||
) # noqa
|
||||
print() # noqa
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue