highing666 il y a 4 ans
Parent
commit
358f3f239e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/api/routers/positioning.py

+ 1 - 0
app/api/routers/positioning.py

@@ -13,6 +13,7 @@ router = APIRouter()
 @router.post('/space/users/{user_id}/projects/{project_id}', response_model=PositionSpaceResponse)
 async def update_in_space(user_id: str, project_id: str, ibeacon_list: List[IBeaconBase]):
     space_id = await get_space_location(project_id, ibeacon_list)
+    logger.debug(f'{user_id} is in {space_id}')
     response = {
         'userId': user_id,
         'projectId': project_id