Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stone Yen 34 posts 55 karma points
    Jan 20, 2010 @ 10:55
    Stone Yen
    0

    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

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jan 20, 2010 @ 11:20
    Thomas Höhler
    0

    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

  • Stone Yen 34 posts 55 karma points
    Jan 26, 2010 @ 04:34
    Stone Yen
    0

    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

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jan 26, 2010 @ 09:55
    Thomas Höhler
    0

    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

     

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jan 26, 2010 @ 09:59
    Thomas Höhler
    0

    You can also take a look into the table cmsDocument to check the history

    hth, Thomas

  • Stone Yen 34 posts 55 karma points
    Jan 27, 2010 @ 02:53
    Stone Yen
    0

    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

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jan 27, 2010 @ 08:41
    Thomas Höhler
    0

    the delete logs aren't new, they are in since v2 as I know...

    Cheers, Thomas

Please Sign in or register to post replies

Write your reply to:

Draft