File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
ServiceControl.Monitoring Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments