Debug the Zivver Office plugin

How to enable debugging of the Zivver Office Plugin?

Debug logs help Zivver and yourself because they show output of what went wrong when an end user gets a problem in Outlook with the Zivver Office plugin. Debugging can also yield information for issues that you cannot reproduce yourself or that occur only intermittently.

Debug logs contain much information. Thus, accurate date and timestamp of the issue is important.

After you collected debug information, you must disable debugging.

Answer

You have these alternatives to enable debugging.

Alternatives

ALTERNATIVE 1: Through the Windows registry

  1. Set this registry setting as an administrator: [HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings] FileLoggingLevel = Debug
  2. Close Outlook. Then, start again.

Disable debugging

  1. [HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
    FileLoggingLevel = Info
  2. Close Outlook. Then, start again.

ALTERNATIVE 2: Through zivver.config.xml

  1. Close Outlook.
  2. Go to %AppData%\Roaming\Zivver\OfficePlugin.
  3. Open zivver.config.xml.
  4. Add <FileLoggingLevel>Debug</FileLoggingLevel>
  5. Start Outlook again.

Disable debugging

  1. Remove <FileLoggingLevel>Debug</FileLoggingLevel>
  2. Start Outlook again.

Was this article helpful?

thumb_up thumb_down