Copied to clipboard

Flag this post as spam?

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


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Janet Kirklen 102 posts 212 karma points
    Aug 29, 2012 @ 18:59
    Janet Kirklen
    0

    301 URL Tracker Not Found Log Cleanup

    Is there a way to clear out the not found log?  Now that we've implemented the tool and have redirects created we don't need this history and it is taking very long to load.

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 29, 2012 @ 19:03
    Stefan Kip
    0

    Yes, the data is fetched from SQL, from the table umbracoLog.
    This SQL statement will clear the 'not found' logs:

    DELETE
    FROM umbracoLog
    WHERE logHeader = 'NotFound' 
  • Janet Kirklen 102 posts 212 karma points
    Aug 29, 2012 @ 21:18
    Janet Kirklen
    0

    Perfect. Thank you so much.  Thanks for the speedy reply.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies