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 eeb309a commit c0d63e1Copy full SHA for c0d63e1
src/ServiceControl.Audit/App.config
@@ -9,6 +9,7 @@ These settings are only here so that we can debug ServiceControl while developin
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
+ <add key="ServiceControl.Audit/PrintMetrics" value="True" />
13
14
<!-- DEVS - Pick a transport to run Auditing instance on -->
15
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />
0 commit comments