mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
refactor(proxy_server.py): cleanup sensitive key debug log
This commit is contained in:
parent
4475d2e5b5
commit
23f7d06c76
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:
|
||||
# add master key to db
|
||||
await generate_key_helper_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue