Copied to clipboard

Flag this post as spam?

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


  • Richard Barg 358 posts 532 karma points
    Mar 21, 2014 @ 18:33
    Richard Barg
    0

    Reducing Items Automatically Written to the Umbraco Log File to Avoid Bloat

    Is there any way to configure the log file so it does not write out certain types for events such as save and publish. If so how?

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Mar 22, 2014 @ 20:41
    Jeroen Breuer
    0

    Hello,

    Have a look at the Logging part of this article

    In the umbracosettings.config you can disable log types like this:

    <disabledLogTypes>
         <logTypeAlias>debug</logTypeAlias>
    </disabledLogTypes>

    Jeroen

  • 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