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 f88cba8 commit cbc650fCopy full SHA for cbc650f
src/ServiceControl.Audit/App.config
@@ -8,6 +8,7 @@ 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/LogLevel" value="Debug" />
12
13
<!-- DEVS - Pick a transport to run Auditing instance on -->
14
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />
0 commit comments