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 4908 posts 12265 karma points MVP 5x 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

Please Sign in or register to post replies

Write your reply to:

Draft