mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
v0 proxy logger
This commit is contained in:
parent
46d2ff4606
commit
0a5f8d564b
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
import logging
|
||||
|
||||
set_verbose = False
|
||||
|
||||
|
||||
|
@ -7,3 +9,8 @@ def print_verbose(print_statement):
|
|||
print(print_statement) # noqa
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
# Create a custom logger for "debug-proxy"
|
||||
debug_proxy_logger = logging.getLogger("LiteLLM Proxy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue