The Notify Service log is called vaultnotifyservice.txt and can be found at: C:\Windows\Temp\SGVaultNotify\vaultnotifyservice.txt on the Vault Server machine.
By default, logging is Error only. You can enable enhanced log entries to assist SourceGear Tech Support in tracking down problems within Notify Service web service interface.
First, open the Vault Notify Service web.config file in: C:\Inetpub\wwwroot\VaultService\VaultNotifyService.
Locate this line in the web.config file:
<add key="classesToLog" value="" />
For classes to log, you can use either "pluginnotify" or "pluginnotifydebug," or both.
Examples:
Code: Select all
<add key="classesToLog" value="pluginnotify" />
or
<add key="classesToLog" value="pluginnotify,pluginnotifydebug" />
Contact SourceGear Technical Support, support at sourcegear.com for the classes to log for your specific issue.