device state setting fix 6

This commit is contained in:
2025-11-19 10:36:45 +01:00
parent 8b08ded0c6
commit d138d7bf0a

View File

@@ -37,9 +37,12 @@ from apps.api.resolvers import (
clear_room_cache, clear_room_cache,
) )
logging.basicConfig(
level=logging.DEBUG,
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s"
)
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
# ============================================================================ # ============================================================================
# STATE CACHES # STATE CACHES
# ============================================================================ # ============================================================================