Copied to clipboard

Flag this post as spam?

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


  • christian Boutet 10 posts 100 karma points
    Mar 27, 2019 @ 20:43
    christian Boutet
    0

    Hi, one of our client have a umbraco 4.7.2 installation. We had to do a little clean up on the site and we saw that the logs(in umbracoLog database) is set to verbose. Well not sure it's set to verbose, but gigs of records for Schedule task, System, Custom, Error, Notfound, debug etc etc... Anyway, the question is... Where can i configure the level of log? can't find any settings in the config files. Maybe no config = default?

    Thanks

  • Marc Goodson 2141 posts 14344 karma points MVP 8x c-trib
    Mar 28, 2019 @ 09:49
    Marc Goodson
    100

    Hi Christian

    In /config/umbracosettings.config

    There should be a logging section...

    <logging>
    <enableLogging>true</enabledLogging>
    <enableAsyncLogging>true</enableAsyncLogging>
    <disabledLogTypes>
          <logTypeAlias>alias of log type to ignore</logTypeAlias>
    </disabledLogTypes>
    </logging>
    

    the list of types you can probably guess from the log table but I think these are the core elements:

    enter image description here

    regards

    Marc

Please Sign in or register to post replies

Write your reply to:

Draft