This generally takes some minor detective work within the main dspace.log files. If you know the item ID, that makes it easier.
In Linux, I would do something along the lines of:
grep "delete_item:item_id=12345" dspace.log.2020.06.26
Only substitute the item ID and only search the log (or span of logs) that cover the timeframe when you believe the record was deleted. This approach just tells you if the event occurred, when, and where. So once you know the log file, start parsing it and look for the user session - which makes it pretty clear - immediately surrounding that event. The handle is also expressed in some of those lines, so that's another way to search for the deletion, but you want to at least search for "delete_item" to make your life a lot easier.
-Jeff
________________________________________
From: dspac...@googlegroups.com <dspac...@googlegroups.com> on behalf of Saul Hernandez O. <sa...@uaem.mx>
Sent: Thursday, June 25, 2020 8:11 PM
To: DSpace Technical Support
Subject: [dspace-tech] item deleted
Hello! to everybody
Thank you very much!
--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com<mailto:dspace-tech...@googlegroups.com>.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/ba6e8b9c-2f57-48e7-a2b7-ab024ecb89fbn%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/ba6e8b9c-2f57-48e7-a2b7-ab024ecb89fbn%40googlegroups.com?utm_medium=email&utm_source=footer>.