---
title: "ReportingServicesService Configuration File | Microsoft Docs"
ms.date: 05/30/2019
ms.prod: reporting-services
ms.prod_service: "reporting-services-native"
ms.technology: report-server
ms.topic: conceptual
helpviewer_keywords:
- "traces [Reporting Services]"
- "Report Server Windows service, ReportingServicesService configuration file"
- "ReportingServicesService configuration file"
ms.assetid: 40f4a401-cb61-4c42-b1ec-01acdacdacd1
author: maggiesMSFT
ms.author: maggies
---
# ReportingServicesService Configuration File
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2016](../../includes/ssrs-appliesto-2016.md)]
The ReportingServicesService.exe.config file includes settings that configure tracing.
## File location
This file could be located in either of the paths below:
``` Paths
\Reporting Services\Report Server\Bin
\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\bin
```
## Editing guidelines
You can modify this file to rename the log file or to increase or decrease trace levels. Do not modify any of the other settings. For instructions, see [Modify a Reporting Services Configuration File (RSreportserver.config)](../../reporting-services/report-server/modify-a-reporting-services-configuration-file-rsreportserver-config.md). For more information about trace logs, see [Report Server Service Trace Log](../../reporting-services/report-server/report-server-service-trace-log.md).
## Example configuration
The following example shows the settings and default values found in the ReportingServicesService.exe.config file.
```
\
\
```
## Configuration settings
The following table provides information about specific settings. Settings are presented in the order in which they appear in the configuration file.
|Setting|Description|
|-------------|-----------------|
|**RStrace**|Specifies namespaces used for errors and tracing.|
|**DefaultTraceSwitch**|Specifies the level of information that is reported to the ReportServerService trace log. Each level includes the information reported by all lower-numbered levels. Disabling tracing is not recommended. Valid values include:
0= Disables tracing
1= Exceptions and restarts
2= Exceptions, restarts, warnings
3= Exceptions, restarts, warnings, status messages (default)
4= Verbose mode|
|**FileName**|Specifies the first portion of the log file name. The value specified by **Prefix** completes the rest of the name. By default, the name is ReportServerService_.|
|**FileSizeLimitMb**|Specifies an upper limit on trace log size. The file is measured in megabytes. Valid values are 0 to a maximum integer. The default value is 32.|
|**KeepFilesForDays**|Specifies the number of days after which a trace log file will be deleted. Valid values are 0 to a maximum integer. The default value is 14.|
|**Prefix**|Specifies a generated value that distinguishes one log instance from another. By default, timestamp values are appended to trace log file names. This value is set to " tid, time ". Do not modify this setting.|
|**TraceListeners**|Specifies a target for outputting trace log content. You can specify multiple targets using a comma to separate each one. Valid values include:
DebugWindow (default)
File (default)
StdOut|
|**TraceFileMode**|Specifies whether trace logs contain data for a 24-hour period. You should have one unique trace log for each component on each day. This value is set to "Unique (default)". Do not modify this value.|
|**Components**|Specifies the components for which trace logs are created. The default value is **all**. Other valid values for this setting include the names of internal components. Do not modify this value.|
|**Runtime**|Specifies configuration settings that support backward compatibility with the previous version. Runtime settings are used to redirect requests that target the previous version of Microsoft.ReportingServices.Interfaces to the new version.
All of the configuration settings in this section are described in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] product documentation. For more information, search for "Runtime Schema Settings" on the MSDN Web site or in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] documentation.|
## See also
[Reporting Services Configuration Files](../../reporting-services/report-server/reporting-services-configuration-files.md)
[Report Server Service Trace Log](../../reporting-services/report-server/report-server-service-trace-log.md)