mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(logging.md): fix name in docs
This commit is contained in:
parent
4e392ebdb2
commit
aefca63a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Removes any field with `user_api_key_*` from metadata.
|
|||
|
||||
## What gets logged?
|
||||
|
||||
Found under `kwargs["standard_logging_payload"]`. This is a standard payload, logged for every response.
|
||||
Found under `kwargs["standard_logging_object"]`. This is a standard payload, logged for every response.
|
||||
|
||||
```python
|
||||
class StandardLoggingPayload(TypedDict):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue