Copied to clipboard

Flag this post as spam?

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


  • John Perryn 71 posts 182 karma points
    Jan 29, 2013 @ 03:55
    John Perryn
    0

    Feature request

    Concierge is great, useful, but largely passive.

    It would be good to have some control over logging and the log database via the UmbracoSettings.config file.

    For example, runaway errors can generate very large databasaes very quickly. The ability to turn logging on and off and to select the type of data being logged via a friendly UI would be very useful.

    The ability to purge errors from the log via a friendly UI would also be useful.

      <logging>
        <enableLogging>true</enableLogging>
        <enableAsyncLogging>true</enableAsyncLogging>
        <disabledLogTypes>
          <logTypeAlias>error</logTypeAlias>
        </disabledLogTypes>
      </logging>

    Thank

    John P

     

Please Sign in or register to post replies

Write your reply to:

Draft