Saul, 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: [email protected] <[email protected]> on behalf of Saul Hernandez O. <[email protected]> Sent: Thursday, June 25, 2020 8:11 PM To: DSpace Technical Support Subject: [dspace-tech] item deleted Hello! to everybody how to find a deleted item within the dspace logs or how to identify the person who deleted that item There are logs, queries or where you can see which files are tagged as deleted:? 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 [email protected]<mailto:[email protected]>. 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>. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/DM6PR05MB52918F6550D6267E3431E7CAD0930%40DM6PR05MB5291.namprd05.prod.outlook.com.
