Logging Optiva errors
The
Web.Config file is located in the
FsSvcCore folder. The Exception Management section can
be configured to display detailed information in the Event Viewer’s
Source field.
When the exceptionManagement mode is "on", the Source field indicates where the Optiva error has occurred.
<exceptionManagement mode="on">
<publisher applicationname="Optiva Server"
assembly="Microsoft.ApplicationBlocks.ExceptionManagement"
logname="Application"
type="Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher" />
</exceptionManagement>
It is not recommended, but you can disable error logging for Optiva. To do so, specify "off" for the exceptionManagement mode.