Enabling Logging
Enable logging for the Discovery Search server by creating the folder and ensuring the correct permissions are set for it. The default folder name is configured as “discovery-search”.
Create a folder called “discovery-search” under C:\inetpub\logs
Right-click the folder and select the Security tab
Update user permissions
If Discovery Search is using the default Application Pool user (
ApplicationPoolIdentity
), grant "Authenticated Users" Modify accessIf Discovery Search is using a different Application Pool user, grant it Modify access
If you want logs to be saved in a different folder:
Create the folder under C:\inetpub\logs
Update user permissions (as identified in Step 3 above)
Log into Discovery Search Admin
Navigate to Setup > Web.config
Update the
LogOutputLocation
field value with the name of the folder you createdClick Save changes