debug: add hot_reload handler logging

This commit is contained in:
yumoqing 2026-06-01 22:53:11 +08:00
parent 450c9009a5
commit a0f38df113

View File

@ -45,6 +45,8 @@ from .asyncinference import (
def _on_hot_reload(data=None):
"""Event handler for hot_reload — wraps invalidate_uapi_cache to accept dispatcher's data arg."""
from appPublic.log import debug
debug(f'[llmage] on_hot_reload called, invalidating uapi cache (data={data})')
invalidate_uapi_cache()