forked from phoenix/litellm-mirror
refactor(proxy_server.py): code cleanup
This commit is contained in:
parent
1df487a45d
commit
5ef054f105
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ def logger(
|
|||
thread = threading.Thread(target=write_to_log, daemon=True)
|
||||
thread.start()
|
||||
except:
|
||||
traceback.print_exc()
|
||||
pass
|
||||
|
||||
litellm.input_callback = [logger]
|
||||
litellm.success_callback = [logger]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue