瀏覽代碼

add logging

highing666 4 年之前
父節點
當前提交
46691963ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controllers/location/ble/space.py

+ 1 - 0
app/controllers/location/ble/space.py

@@ -47,5 +47,6 @@ async def get_space_location(project_id: str, realtime_ibeacon_list: List[IBeaco
         except KeyError:
             pass
 
+    logger.debug(ibeacon_space_dict)
     controller = SpacePositioningController(realtime_ibeacon_list, ibeacon_space_dict)
     return controller.run()