Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Logging

Enable debug logging, either site-wide or using specific configS4D includes an example selective logging configuration file that is disabled by default:

\App_Config\Modules\S4D\S4DLogging.config.disabled

To enable, simply rename to S4DLogging.config. All messages with level INFO or greater will still go into the default Sitecore log, however all messages of lower level up to DEBUG will go into custom FuseIT.S4D.log files. Adjust the levels in the config file to suit your needs.

Alternatively, the site-wide log level can be altered by editing the priority in Sitecore.config:

Code Block
languagexml
<log4net>
  <root>
    <priority value="DEBUG" />
  </root>
</log4net>

Detailed logging is not recommended on a production site for any length of time.

Status page

TODO