mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(proxy/_logging.py): fix default logging level
This commit is contained in:
parent
6c9303f811
commit
2d2e411c11
4 changed files with 13 additions and 6 deletions
|
@ -534,7 +534,6 @@ def run_server(
|
|||
ssl_certfile=ssl_certfile_path,
|
||||
) # run uvicorn
|
||||
else:
|
||||
print(f"litellm.json_logs: {litellm.json_logs}")
|
||||
if litellm.json_logs:
|
||||
from litellm.proxy._logging import logger
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue