Skip to content

Commit 79453ee

Browse files
MarcinZ20Copilot
andauthored
Update backend/ai-service/main.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 817294a commit 79453ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/ai-service/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def check_health():
1818

1919
@app.post("/search")
2020
async def search(payload: SearchData):
21-
print(payload)
21+
logging.info(payload)
2222
result = process(payload)
2323

2424
if result == None:

0 commit comments

Comments
 (0)