Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add separate log config info

...

  1. Update the Sitecore logging to capture debug level messages in the web.config. This step can be reverted after the installation has been verified.

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


    Alternatively S4S provides a separate logging configuration file which should be located at:

    \App_Config\Modules\S4S\S4SLogging.config.disabled

    Rename this file to remove the '.disabled' extension. By default it creates a separate file for S4S debug logging, see the config for more information.

  2. Restart the IIS Sitecore application pool.
  3. Go to your Sitecore home page.
  4. Review the Sitecore log for errors or warnings being issued by S4S at start-up. The Salesforce security providers will be initialized at start-up if they are configured.
  5. If you get an Exception in the web browser or in the log then refer to the Frequently Asked Questions and Trouble Shooting section.
  6. Restore the Sitecore Logging level as changes in step 1.

...