mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
refactor(proxy_server.py): cleanup sensitive key debug log
This commit is contained in:
parent
f3feffc9d4
commit
499c4fca9f
1 changed files with 0 additions and 3 deletions
|
@ -4036,9 +4036,6 @@ async def startup_event():
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
verbose_proxy_logger.debug(
|
|
||||||
f"custom_db_client client {custom_db_client}. Master_key: {master_key}"
|
|
||||||
)
|
|
||||||
if custom_db_client is not None and master_key is not None:
|
if custom_db_client is not None and master_key is not None:
|
||||||
# add master key to db
|
# add master key to db
|
||||||
await generate_key_helper_fn(
|
await generate_key_helper_fn(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue