The umbracoLog table for a large and well established site (thousands of nodes, dozens of CMS users) is empty and I can't work out why.
umbracoSettings.config document contains this:
<logging> <enableLogging>true</enableLogging> <enableAsyncLogging>true</enableAsyncLogging> <disabledLogTypes> <!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> --> </disabledLogTypes> <!-- You can add your own logging tool by implementing the umbraco.BusinessLogic.Interfaces.ILog interface and add the reference here --> <!-- The external logger can also act as the audit trail storage by setting the logAuditTrail attribute to true --> <!--<externalLogger assembly="~/bin/assemblyFileName.dll" type="fully.qualified.namespace.and.type" logAuditTrail="false" /> --> </logging>
IIS logs look ok too. Other sites on the same serer with the same database server have logging working perfectly well
Please can someone point me in the right direction? Very confused and have spent a long time trying to figure ut what's wrong
Log table empty
Hi,
The umbracoLog table for a large and well established site (thousands of nodes, dozens of CMS users) is empty and I can't work out why.
umbracoSettings.config document contains this:
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>
<disabledLogTypes>
<!-- <logTypeAlias>[alias-of-log-type-in-lowercase]</logTypeAlias> -->
</disabledLogTypes>
<!-- You can add your own logging tool by implementing the umbraco.BusinessLogic.Interfaces.ILog interface and add the reference here -->
<!-- The external logger can also act as the audit trail storage by setting the logAuditTrail attribute to true -->
<!--<externalLogger assembly="~/bin/assemblyFileName.dll" type="fully.qualified.namespace.and.type" logAuditTrail="false" /> -->
</logging>
IIS logs look ok too. Other sites on the same serer with the same database server have logging working perfectly well
Please can someone point me in the right direction? Very confused and have spent a long time trying to figure ut what's wrong
Cheers!
I've checked the table itself as described here:
http://our.umbraco.org/forum/getting-started/installing-umbraco/31331-Nothing-in-Umbraco-log-table
and the field has correct default value btw
is working on a reply...