mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
remove useless logging
This commit is contained in:
parent
fa6211616e
commit
bff53a0698
2 changed files with 0 additions and 13 deletions
|
@ -1350,14 +1350,9 @@ class Logging:
|
|||
|
||||
# this only logs streaming once, complete_streaming_response exists i.e when stream ends
|
||||
if self.stream:
|
||||
print_verbose("reaches lunary for streaming logging!")
|
||||
print(kwargs)
|
||||
if "complete_streaming_response" not in kwargs:
|
||||
break
|
||||
else:
|
||||
print_verbose(
|
||||
"reaches lunary for streaming logging!"
|
||||
)
|
||||
result = kwargs["complete_streaming_response"]
|
||||
|
||||
lunaryLogger.log_event(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue