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
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.
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'
Perfect. Thank you so much. Thanks for the speedy reply.
is working on a 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.
Continue discussion
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.
Yes, the data is fetched from SQL, from the table umbracoLog.
This SQL statement will clear the 'not found' logs:
Perfect. Thank you so much. Thanks for the speedy reply.
is working on a 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.