mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(parallel_request_limiter.py): handle metadata being none
This commit is contained in:
parent
0f1ff55a64
commit
d2f47ee45b
4 changed files with 11 additions and 6 deletions
|
@ -8,7 +8,7 @@ handler.setLevel(logging.DEBUG)
|
|||
|
||||
# Create a formatter and set it for the handler
|
||||
formatter = logging.Formatter(
|
||||
"\033[92m%(asctime)s - %(name)s:%(levelname)s\033[0m: %(message)s",
|
||||
"\033[92m%(asctime)s - %(name)s:%(levelname)s\033[0m: %(filename)s:%(lineno)s - %(message)s",
|
||||
datefmt="%H:%M:%S",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue