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

@@ -133,6 +133,7 @@
<Compile Include="Helpers\Exceptions.vb" />
<Compile Include="Helpers\DatabaseResult.vb" />
<Compile Include="EDMIService.vb" />
<Compile Include="Helpers\TraceSwitch.vb" />
<Compile Include="Scheduler\Scheduler.vb" />
<Compile Include="Scheduler\DatatableJob.vb" />
<Compile Include="Scheduler\JobListener.vb" />