Logging Usage Analytics Module Errors
To log Usage Analytics module errors
-
On the Coveo Front-End server, using a text editor, open the [.Net_Front-End_Path]\Web\Web.config file.
Note: It is recommended to make a backup of the web.config file before editing it.
-
In the file, after the <coveoEnterpriseSearch> tag, locate the following line:
<analytics enabled="true" connectionString="Data Source=yourServerName;Initial Catalog=CoveoAnalytics;Integrated Security=SSPI;"/>
-
Add the logFolder="[log_folder_path]" parameter to the line, changing [log_folder_path] to the desired path.
Example:<analytics enabled="true" connectionString="Data Source=yourServerName;Initial Catalog=CoveoAnalytics;Integrated Security=SSPI;" logFolder="C:\AnalyticsLogFolder"/>
-
Save the Web.config file.
-
When your Coveo server topology includes more than one Front-End server, repeat this procedure for each Front-End server.