Skip to content

Commit abdf627

Browse files
committed
Lowering the default logging level to Debug
1 parent d05b5bb commit abdf627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App.Release.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
33
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
44
<appSettings>
5-
<add key="LoggingLevel" value="Information" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
5+
<add key="LoggingLevel" value="Debug" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
66
<add key="whatif" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
77
</appSettings>
88
</configuration>

0 commit comments

Comments
 (0)