mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(proxy_server.py): update user cache to with new spend
This commit is contained in:
parent
4174471dac
commit
fd9c7a90af
2 changed files with 23 additions and 8 deletions
|
@ -3,7 +3,7 @@ import logging
|
|||
set_verbose = False
|
||||
|
||||
# Create a handler for the logger (you may need to adapt this based on your needs)
|
||||
handler = logging.FileHandler("log_file.txt")
|
||||
handler = logging.StreamHandler()
|
||||
handler.setLevel(logging.DEBUG)
|
||||
|
||||
# Create a formatter and set it for the handler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue