Copied to clipboard

Flag this post as spam?

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


  • Jesse Rivera 8 posts 27 karma points
    Aug 19, 2009 @ 19:16
    Jesse Rivera
    0

    Debug mode set to false but still populating database

    Hey all,

    I have set the umbracoDebugMode to false in web.config but I still appear to be logging debug messages in the umbracolog table.  

    CurrentVersion different from configStatus: '4.0.1',''

    Is there something else I need to set?

    thanks,

    Jesse

     

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Aug 19, 2009 @ 20:23
    Dirk De Grave
    2

    Hi Jesse,

    setting has nothing to do with logging to the db's umbracoLog. Setting umbracoDebugMode to false disables the use of ?umbdebugshowtrace=true and ?umbdebug on the frontend so no more trace messages are sent to the browser.

    I think you want to disable logging in db using some settings in the umbracoSettings.config (/config folder)

     <logging>
        <enableLogging>true</enableLogging>
        <enableAsyncLogging>true</enableAsyncLogging>
        <disabledLogTypes>
          <!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> -->
        </disabledLogTypes>
      </logging>
      

    Setting enableLoggin to false will disable logging to the database!

     

    Cheers,

    /Dirk

     

Please Sign in or register to post replies

Write your reply to:

Draft