Preview build — Pull Request #46

How to enable debug log in Outlook add-in

Enable or disable Outlook add-in debug logging in Windows by creating the required Office registry keys.

You may be asked by technical support to enable debug logging in the Signature 365 add-in for Outlook on Windows.

How to enable debug logging

Follow the steps below to enable debug logging:

  1. Open the Windows Registry Editor
  2. Add a RuntimeLogging registry key under the following registry key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\WEF\Developer\
    Note
    If the Developer key does not already exist under HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\WEF\, complete the following steps to create it. a. Right-click the WEF key and select New > Key b. Name the new key Developer
  3. Set the default value of the RuntimeLogging key to the full path of the file where you want the log to be written.
    Note
    The directory in which the log file will be written must already exist, and you must have write permissions to it.

The following image shows what the registry should look like.

How to disable debug logging

To turn the feature off, remove the RuntimeLogging key from the registry.