We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce683c3 commit d10e163Copy full SHA for d10e163
src/ServiceControl.Audit/App.config
@@ -8,6 +8,8 @@ These settings are only here so that we can debug ServiceControl while developin
8
<add key="ServiceControl.Audit/ServiceControlQueueAddress" value="Particular.ServiceControl" />
9
<add key="ServiceControl.Audit/HostName" value="localhost" />
10
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="44445" />
11
+ <add key="ServiceControl.Audit/LogPath" value="/tmp/sc_audit/logs" />
12
+ <add key="ServiceControl.Audit/DBPath" value="/tmp/sc_audit/db" />
13
14
<!-- DEVS - Pick a transport to run Auditing instance on -->
15
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />
0 commit comments