Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Manage Logs activity
 
Settings for the Manage Logs activity
The Manage Logs activity's Web.config file controls the following feature.
File location
C:\InetPub\wwwroot\SPSSMR\ManageLogs
Specifying whether sub folders are searched for log files
To specify whether sub folders are searched for log files, add the SearchSubFolders key.
true indicates that sub folders are searched for log files, and that these log files can be downloaded.
false indicates that only the top-level directories are searched for log files, and that only the top-level log files can be downloaded.
Default
true
Example
<appSettings>
  <add key="SearchSubFolders" value="true"/>
</appSettings>
See also
Web configuration files