mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(spend_tracking_utils.py): move info to debug
This commit is contained in:
parent
f2c32bb1c7
commit
39db3147e8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def _get_spend_logs_metadata(
|
|||
additional_usage_values=None,
|
||||
applied_guardrails=None,
|
||||
)
|
||||
verbose_proxy_logger.info(
|
||||
verbose_proxy_logger.debug(
|
||||
"getting payload for SpendLogs, available keys in metadata: "
|
||||
+ str(list(metadata.keys()))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue