mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
refactor(proxy/utils.py): add more debug logs
This commit is contained in:
parent
eb318afe52
commit
7c44b32cc2
3 changed files with 4 additions and 2 deletions
|
@ -2024,6 +2024,7 @@ async def update_spend(
|
|||
):
|
||||
if not base_url.endswith("/"):
|
||||
base_url += "/"
|
||||
verbose_proxy_logger.debug("base_url: {}".format(base_url))
|
||||
response = await db_writer_client.post(
|
||||
url=base_url + "spend/update",
|
||||
data=json.dumps(prisma_client.spend_log_transactons), # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue