Skip to content

Commit 119ec67

Browse files
committed
Added debug log
1 parent ab16492 commit 119ec67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/server/api/instrument.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ async def check_multigrid_controller_exists(session_id: MurfeySessionID, db=murf
186186
data: dict[str, Any] = await resp.json()
187187
else:
188188
data = {"detail": "No instrument server URL found"}
189+
log.debug(f"Received response: {data}")
189190
return data
190191

191192

0 commit comments

Comments
 (0)