Reporting services - Verbose Logging

Recently wrote a new tool to assist in enabling / disabling verbose logging which supports Reporting Service 2000 / 2005 / 2008 including the HTTP logging. For more information please visit,

https://verboselogger.codeplex.com/

It is freely downloadable utility with source code. Have Fun!!!!

1. Need to change the web.config files under the following folders.

C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer

C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager

2. Under

<system.diagnostics>

<switches>

Change the DefaultTraceSwitch – value to 4

3. For any problem with the ReportServer service, You need to change the following config file.

C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\bin

ReportingServicesService.exe.config

3. Under

<system.diagnostics>

<switches>

Change the DefaultTraceSwitch – value to 4