mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
logging replicate response logs
This commit is contained in:
parent
1da6026622
commit
44f71aa321
3 changed files with 6 additions and 3 deletions
|
@ -241,6 +241,7 @@ class Logging:
|
|||
self.model_call_details["additional_args"] = additional_args
|
||||
|
||||
# User Logging -> if you pass in a custom logging function
|
||||
print_verbose(f"model call details: {self.model_call_details}")
|
||||
print_verbose(
|
||||
f"Logging Details Post-API Call: logger_fn - {self.logger_fn} | callable(logger_fn) - {callable(self.logger_fn)}"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue