Jason_Sylvest1
20 years agoLevel 4
Discovery Accelerator logging
Is there a way to enable any sort of logging, Event Log or even flat file, for Discovery Accelerator beyond the default IIS logging?
I am looking to understanding if a search is failing due to communication error with the server holding the index service for an archive, why productions are failing, that sort of thing. Basically, the same kind of operational logging that the Enterprise Vault services do...
I am looking to understanding if a search is failing due to communication error with the server holding the index service for an archive, why productions are failing, that sort of thing. Basically, the same kind of operational logging that the Enterprise Vault services do...
- you can create a consoledump.
To create a console.exe.config file copy and paste the
DiscoveryService.exe.config file from the Discovery directory
and rename it to console.exe.config
Stop the Discovery Service.
Open a Command window
From the Command prompt locate the Discovery Accelerator install directory, this will be the location of the console.exe.config file, and type the following:
Console.exe > consoledump.txt
Once you are finished reproducing, kill the process �console.exe� from task manager
It will be put in the Discovery Accelerator directory, and can be opened in notepad.