Tools
Engineer's Toolset - C:\temp contains a large file that increases in size - Toolset_BusinessLayerPlugin_tracelog.svclog
Toolset_BusinessLayerPlugin_tracelog.svclog is very large and growing
First published date
Last published date
Overview
C:\Temp directory. This could cause issues with disk space on the drive. This article explains how to turn off Toolset logging.Product section
Cause
Resolution
To resolve this issue, please upgrade to SolarWinds Platform 2025.1 and above. If an upgrade is not possible, please perform the workaround below:
- Stop all the SolarWinds services on the server experiencing the issue. If this is on an High Availability server and you do not want to fail over to the standby, Disable HA in the command prompt first.
- On the Orion server, open the SolarWinds.Toolset.BusinessLayer.dll.config file in Notepad. By default this is at C:\Program Files (x86)\SolarWinds\Orion\Toolset\SolarWinds.Toolset.BusinessLayer.dll.config. For HCO environments, the location would be in C:\Program Files\SolarWinds\Orion\SolarWinds.Toolset.BusinessLayer.dll.config by default.
- Find the following section:
<source name="System.ServiceModel" switchValue="Off,ActivityTracing" propagateActivity="true">
and change it to:
<source name="System.ServiceModel" switchValue="Off"> - Delete the Toolset_BusinessLayerPlugin_tracelog.svclog logs.
- Restart the SolarWinds services and re-enable HA if needed.