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)
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
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)
Setting enableLoggin to false will disable logging to the database!
Cheers,
/Dirk
is working on a reply...