In order to help debug any static generation issues, or to create a log of when content is statically generated, you can enable static logging by including the following code in your custom-application.cfm:
<cfscript>
// Log Static Generation 0=none, 10=standard, 20=verbose
request.site.GeneralSettings.staticlog = 20;
// Changes
request.site.GeneralSettings.LogStaticStateChange = 1;
// Log Link Updates
request.site.GeneralSettings.logLinkupdate = 1;
// Log PageIndex & Custom Element Updates
request.site.GeneralSettings.LogMarktypedcachechange = 1;
</cfscript>
Related Links
You can download PDF versions of the Content Contributor's, Administrator's, and Elements Reference documents from the support section of paperthin.com (requires login).
For technical support: