feat: add log_id to suspicious activities for detailed request viewing

This commit is contained in:
Lorenzo Venerandi
2026-03-04 12:37:42 +01:00
parent 3d7958acf8
commit a385381dbd
2 changed files with 6 additions and 2 deletions

View File

@@ -1504,6 +1504,7 @@ class DatabaseManager:
"path": log.path,
"user_agent": log.user_agent,
"timestamp": log.timestamp.isoformat(),
"log_id": log.id,
}
for log in logs
]