mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
(fix) stop using f strings with logger
This commit is contained in:
parent
2c01457a4b
commit
f0992c2dbd
6 changed files with 29 additions and 27 deletions
|
@ -150,7 +150,7 @@ class JWTHandler:
|
|||
|
||||
header = jwt.get_unverified_header(token)
|
||||
|
||||
verbose_proxy_logger.debug(f"header: {header}")
|
||||
verbose_proxy_logger.debug("header: %s", header)
|
||||
|
||||
if "kid" in header:
|
||||
kid = header["kid"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue