I am a Zivver admin
Configure and manage Zivver
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
- Set this registry settings as an administrator:
- For Office plugin version 6 and higher:
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
FileLoggingLevel = Trace
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
RemoteLoggingLevel = Trace
- For Office plugin version 5 and lower:
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
FileLoggingLevel = Debug
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
RemoteLoggingLevel = Debug
- For Office plugin version 6 and higher:
- Close Outlook. Then, start again.
Disable debugging
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
FileLoggingLevel = Info
[HKEY_CURRENT_USER\SOFTWARE\Zivver\OfficePlugin\Settings]
RemoteLoggingLevel = Warning
- Close Outlook. Then, start again.
ALTERNATIVE 2: Through zivver.config.xml
- Close Outlook.
- Go to
%AppData%\Zivver\OfficePlugin
. - Open
zivver.config.xml
. - Add
- For Office plugin version 6 and higher:
<FileLoggingLevel>Trace</FileLoggingLevel>
<RemoteLoggingLevel>Trace</FileLoggingLevel>
- For Office plugin version 5 and lower:
<FileLoggingLevel>Debug</FileLoggingLevel>
<RemoteLoggingLevel>Debug</FileLoggingLevel>
- For Office plugin version 6 and higher:
- Start Outlook again.
Disable debugging
- Remove the lines with
<FileLoggingLevel>[level]</FileLoggingLevel>
and<RemoteLoggingLevel>[level]</FileLoggingLevel>
- Start Outlook again.