forked from phoenix/litellm-mirror
fix: fix proxy logging
This commit is contained in:
parent
6b8e6497f6
commit
e2831e9c80
3 changed files with 5 additions and 3 deletions
|
@ -1309,7 +1309,6 @@ async def initialize(
|
|||
verbose_logger.setLevel(level=logging.DEBUG) # set package log to debug
|
||||
verbose_router_logger.setLevel(level=logging.DEBUG) # set router logs to debug
|
||||
verbose_proxy_logger.setLevel(level=logging.DEBUG) # set proxy logs to debug
|
||||
litellm.set_verbose = True
|
||||
elif debug == False and detailed_debug == False:
|
||||
# users can control proxy debugging using env variable = 'LITELLM_LOG'
|
||||
litellm_log_setting = os.environ.get("LITELLM_LOG", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue