Copied to clipboard

Flag this post as spam?

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


  • Bo Damgaard Mortensen 719 posts 1207 karma points
    Jan 09, 2012 @ 11:53
    Bo Damgaard Mortensen
    0

    Full log table

    Hi all,

    I'm running an Umbraco v. 4.7 site where I'm having some problems with the Log table. Every month or so, the log table is completely filled up and so is the sql transaction log.

    I've never experienced this before and i can't simply figure out why this particular site is acting like this. I'm not doing any Log.Add() in the source code.

    Has anyone ever had this problem before? :-)

    Thanks in advance,

    Bo

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    Jan 09, 2012 @ 12:17
    Richard Soeteman
    0

    Hi Bo,

    Umbraco will log a lot, also every document version change is logged. I would just clear the log table by Truncate Table UmbracoLog this will clear the log table and transaction log..

    Cheers,

    Richard

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Jan 09, 2012 @ 12:20
    Tim
    0

    In 4.7 there's a bug in the annoying lockout screen that causes thousands of entries to be written to the Log table. It was fixed in 4.7.1. If you upgrade, the issue should stop ocurring. If you look at the log table and the errors are all login related, then that is likely the problem.

    It's also possible that if the site is subjected to a heavy script based attack looking to do SQL injection or some other URL based attack vector that that a lot of errors would appear in the log table. If this was the case you'd expect to see a lot of 404 type errors in the table.

    If upgrading to 4.7.1 isn't an option, you could always look at disabling the login events in the umbraco config: http://our.umbraco.org/wiki/reference/files-and-folders/files-in-the-config-folder/umbracosettingsconfig

    Hope that helps!

  • Bo Damgaard Mortensen 719 posts 1207 karma points
    Jan 10, 2012 @ 22:10
    Bo Damgaard Mortensen
    0

    Hi Richard and Tim,

    Hmm, I think I may have to upgrade to version 4.7.1 and see if that helps then :-)

    Thanks for your replies!

    - Bo

Please Sign in or register to post replies

Write your reply to:

Draft