mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 10:21:32 +00:00
fix log
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user