We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1508249 commit 5512f7fCopy full SHA for 5512f7f
app/service/request_log/request_log_service.py
@@ -40,7 +40,7 @@ async def delete_old_request_logs_task():
40
41
result = await database.execute(query)
42
logger.info(
43
- f"Request logs older than {cutoff_date} potentially deleted. Rows affected: {result.rowcount if result else 'N/A'}"
+ f"Request logs older than {cutoff_date} potentially deleted. Rows affected: {result}"
44
)
45
46
except Exception as e:
0 commit comments