Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Forgive me if at somewhere there already is an answer for above question. I tried our search and google search but no luck.
I would like to know how to investigate who delete the page/media in umbraco?
there are several instances in our dev environment that a branch of contents or entire media library were gone in the system.
do not know if it is a system error or someone delete them.
so if there is some kind of log for this kind of information, it would be very helpful
Thanks you.
Stone Yen
You can check the umbracoLog table: search for the NodeId and/or the logHeader "Delete"
There are packages with which you can see the log table. My Client Tools will be republished this week with the logviewer...
Cheers, Thomas
Hi Thomas,
Thanks for the info.
However, I cannot find any entry with logHeader='Delete', and nothing in comment that can help to identify the delete activity.
Is there any configuration that I need to do to enable the delete logging?
Thanks and Best regards,
Stone
Take a look into the logging section in the config/umbracoSettings.config:
<logging> <enableLogging>true</enableLogging> <enableAsyncLogging>true</enableAsyncLogging> <disabledLogTypes> <!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> --> </disabledLogTypes> </logging>
here you can enable/disabale logging or exlude some logtypes.
Thomas
You can also take a look into the table cmsDocument to check the history
hth, Thomas
I find that the delete log can be found in the 4.0.3 environment, but not in the 4.0.2.1.
the logger settings in umbracoSettings.config are the same.
wondering if the delete logging one of the new enhancement of 4.0.3....
thanks for the info, Thomas.
the delete logs aren't new, they are in since v2 as I know...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Who delete the page?
Forgive me if at somewhere there already is an answer for above question. I tried our search and google search but no luck.
I would like to know how to investigate who delete the page/media in umbraco?
there are several instances in our dev environment that a branch of contents or entire media library were gone in the system.
do not know if it is a system error or someone delete them.
so if there is some kind of log for this kind of information, it would be very helpful
Thanks you.
Stone Yen
You can check the umbracoLog table: search for the NodeId and/or the logHeader "Delete"
There are packages with which you can see the log table. My Client Tools will be republished this week with the logviewer...
Cheers, Thomas
Hi Thomas,
Thanks for the info.
However, I cannot find any entry with logHeader='Delete', and nothing in comment that can help to identify the delete activity.
Is there any configuration that I need to do to enable the delete logging?
Thanks and Best regards,
Stone
Take a look into the logging section in the config/umbracoSettings.config:
here you can enable/disabale logging or exlude some logtypes.
Thomas
You can also take a look into the table cmsDocument to check the history
hth, Thomas
I find that the delete log can be found in the 4.0.3 environment, but not in the 4.0.2.1.
the logger settings in umbracoSettings.config are the same.
wondering if the delete logging one of the new enhancement of 4.0.3....
thanks for the info, Thomas.
Stone
the delete logs aren't new, they are in since v2 as I know...
Cheers, Thomas
is working on a reply...