From b71e30a8ac39cec853c50ef13dd073d1635b2dd8 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 12 Jan 2026 09:29:53 +0900 Subject: [PATCH] fix: mastake env variable name --- litellm/litellm_core_utils/litellm_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/litellm_core_utils/litellm_logging.py b/litellm/litellm_core_utils/litellm_logging.py index f70524426aa..7d036615f59 100644 --- a/litellm/litellm_core_utils/litellm_logging.py +++ b/litellm/litellm_core_utils/litellm_logging.py @@ -2192,7 +2192,7 @@ class Logging(LiteLLMLoggingBaseClass): if ( callback == "openmeter" - and is_async_logging_request + and is_sync_request ): global openMeterLogger if openMeterLogger is None: