mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 00:26:01 +00:00
fix(utils.py): use print_verbose for statements, so debug can be seen when running sdk
This commit is contained in:
+1
-1
@@ -980,7 +980,7 @@ class Logging:
|
||||
self.model_call_details["log_event_type"] = "post_api_call"
|
||||
|
||||
# User Logging -> if you pass in a custom logging function
|
||||
verbose_logger.debug(
|
||||
print_verbose(
|
||||
f"RAW RESPONSE:\n{self.model_call_details.get('original_response', self.model_call_details)}\n\n"
|
||||
)
|
||||
if self.logger_fn and callable(self.logger_fn):
|
||||
|
||||
Reference in New Issue
Block a user