Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Logging

The Sitecore S4D implementation uses built-in Sitecore logging.

S4D 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:

<log4net>
  <root>
    <priority value="DEBUG" />
  </root>
</log4net>

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

Status page

TODO

  • No labels