forked from phoenix/litellm-mirror
fix(router.py): fix fallbacks
This commit is contained in:
parent
cc3d7da9a0
commit
59ba1560e5
3 changed files with 46 additions and 9 deletions
|
@ -680,6 +680,7 @@ class Logging:
|
|||
print_verbose(
|
||||
f"Logging Details Post-API Call: logger_fn - {self.logger_fn} | callable(logger_fn) - {callable(self.logger_fn)}"
|
||||
)
|
||||
print_verbose(f"Logging Details Post-API Call: LiteLLM Params: {self.model_call_details}")
|
||||
if self.logger_fn and callable(self.logger_fn):
|
||||
try:
|
||||
self.logger_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue