Browse Source

add logging

highing666 4 years ago
parent
commit
46691963ed
1 changed files with 1 additions and 0 deletions
  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()