mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix log
This commit is contained in:
parent
1ceb7d8e29
commit
0771ea8d42
1 changed files with 1 additions and 1 deletions
|
|
@ -1873,7 +1873,7 @@ class InitPassThroughEndpointHelpers:
|
|||
# Check if this exact route is already registered
|
||||
if route_key in _registered_pass_through_routes:
|
||||
verbose_proxy_logger.debug(
|
||||
"Updating duplicate exact pass through endpoint: %s (already registered)",
|
||||
"Updating duplicate exact pass through endpoint: %s with methods %s (already registered)",
|
||||
path,
|
||||
methods,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue