Copied to clipboard

Flag this post as spam?

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


  • Fergus Davidson 309 posts 588 karma points
    Jun 02, 2010 @ 12:01
    Fergus Davidson
    0

    can logging be disabled

    hi darren

    is it possible to easily disable the logging? i have literally hundreds of thousands of log entries reporting the successful use of the autolink macro.

    it would be nice if the successful notifications were repressed, only reporting the problems.

    is this something you might be able to address, is there a reason for not doing it, can i easily do this from the source [i am not particularly .net competant]?

     

    thanks

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Jun 02, 2010 @ 12:50
    Dirk De Grave
    1

    Logging setttings to be found in umbracoSettings.config

    <logging>

        <enableLogging>true</enableLogging>

        <enableAsyncLogging>true</enableAsyncLogging>

        <disabledLogTypes>

          <!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> -->

        </disabledLogTypes>

      </logging>

    Hope this helps.

    Regards,

    /Dirk

  • 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