File server and remote services logging method - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

Some services still use the following logging mechanism, for example, FileService and remoteservices.

The logging is controlled by a configuration file. Within the web.config file a configuration section defines the name of this file, as the following example shows. The default file name is tracesettings.config.

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<configSections>

<section name="tracesettings" type="System.Configuration.NameValueSectionHandler"

restartOnExternalChanges="false" />

</configSections>

<tracesettings configSource="tracesettings.config" />