fix: remove redundant f-string
This commit is contained in:
parent
e2da29c54d
commit
e4d1d88d15
@ -543,7 +543,7 @@ class PrometheusLogger(CustomLogger):
|
||||
user_id: Optional[str],
|
||||
enum_values: UserAPIKeyLabelValues,
|
||||
):
|
||||
verbose_logger.debug(f"prometheus Logging - Enters token metrics function")
|
||||
verbose_logger.debug("prometheus Logging - Enters token metrics function")
|
||||
# token metrics
|
||||
|
||||
if standard_logging_payload is not None and isinstance(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user