Skip to content

Commit 39039ed

Browse files
committed
add logging config to all services
1 parent 92b99b0 commit 39039ed

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/ServiceControl.Audit/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ These settings are only here so that we can debug ServiceControl while developin
2222
<add key="ServiceControl.Audit/PersistenceType" value="InMemory" />
2323
<!--<add key="ServiceControl.Audit/PersistenceType" value="RavenDB" />-->
2424

25-
<!-- options are any comma separated combination of NLog,Seq -->
26-
<add key="ServiceControl.Audit/LoggingProviders" value="NLog,Seq"/>
25+
<!-- options are any comma separated combination of NLog,Seq -->
26+
<add key="ServiceControl.Audit/LoggingProviders" value="NLog,Seq"/>
2727
</appSettings>
2828
<connectionStrings>
2929
<!-- DEVS - Pick a transport connection string to match chosen transport above -->

src/ServiceControl.Monitoring/App.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ These settings are only here so that we can debug ServiceControl while developin
1919
<!--<add key="Monitoring/TransportType" value="RabbitMQ.QuorumConventionalRouting" />-->
2020
<!--<add key="Monitoring/TransportType" value="SQLServer" />-->
2121

22+
<!-- options are any comma separated combination of NLog,Seq -->
23+
<add key="ServiceControl.Audit/LoggingProviders" value="NLog,Seq"/>
2224
</appSettings>
2325
<connectionStrings>
2426
<!-- DEVS - Pick a transport connection string to match chosen transport above -->

src/ServiceControl/App.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ These settings are only here so that we can debug ServiceControl while developin
2323
<!--<add key="ServiceControl/TransportType" value="SQLServer" />-->
2424

2525
<add key="ServiceControl/PersistenceType" value="RavenDB" />
26+
27+
<!-- options are any comma separated combination of NLog,Seq -->
28+
<add key="ServiceControl.Audit/LoggingProviders" value="NLog,Seq"/>
2629
</appSettings>
2730
<connectionStrings>
2831
<!-- DEVS - Pick a transport connection string to match chosen transport above -->

0 commit comments

Comments
 (0)