EDMIService: Reload Config every 5 mins and change tracelogging/debug logging based on debug option in config

This commit is contained in:
Jonathan Jenne
2021-04-06 16:39:14 +02:00
parent 2cbafff539
commit 33d3af4de8
5 changed files with 64 additions and 5 deletions

View File

@@ -4,7 +4,10 @@
</configSections>
<system.diagnostics>
<sources>
<source name="System.ServiceModel" switchValue="Information,ActivityTracing" propagateActivity="true">
<source name="System.ServiceModel"
switchValue="Warning"
switchType="DigitalData.Services.EDMIService.TraceSwitch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
propagateActivity="true">
<listeners>
<add name="xml" />
</listeners>