mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
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 = threading.Thread(target=write_to_log, daemon=True)
|
||||||
thread.start()
|
thread.start()
|
||||||
except:
|
except:
|
||||||
traceback.print_exc()
|
pass
|
||||||
|
|
||||||
litellm.input_callback = [logger]
|
litellm.input_callback = [logger]
|
||||||
litellm.success_callback = [logger]
|
litellm.success_callback = [logger]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue