add missing (#24584)

This commit is contained in:
Asuka Minato 2025-08-27 11:22:24 +09:00 committed by GitHub
parent 06f249a3b4
commit d4dba373cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def handle(sender: Message, **kwargs):
values=_ProviderUpdateValues(last_used=current_time),
description="basic_last_used_update",
)
logging.info("provider used, tenant_id=%s, provider_name=%s", tenant_id, provider_name)
logger.info("provider used, tenant_id=%s, provider_name=%s", tenant_id, provider_name)
updates_to_perform.append(basic_update)
# 2. Check if we need to deduct quota (system provider only)