mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 15:38:52 -03:00
Suppress asyncio logging noise in LoRA routes
This commit is contained in:
@@ -7,6 +7,7 @@ from ..services.lora_scanner import LoraScanner
|
|||||||
from ..config import config
|
from ..config import config
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
logging.getLogger('asyncio').setLevel(logging.CRITICAL)
|
||||||
|
|
||||||
class LoraRoutes:
|
class LoraRoutes:
|
||||||
"""Route handlers for LoRA management endpoints"""
|
"""Route handlers for LoRA management endpoints"""
|
||||||
|
|||||||
Reference in New Issue
Block a user