Skip to content

Commit feb1b7e

Browse files
committed
Rollback changes
1 parent 93b8fdf commit feb1b7e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
<add key="NuGet.org" value="https://www.nuget.org/api/v2/" />
99
<add key="feedz.io" value="https://f.feedz.io/octopus-deploy/dependencies/nuget" />
1010
<add key="nuget.packages.octopushq.com" value="https://nuget.packages.octopushq.com/" />
11-
<add key="Local" value="C:\Code\LocalPackages" allowInsecureConnections="True" />
1211
</packageSources>
1312
</configuration>

source/Octopus.Tentacle/Tentacle.exe.nlog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<variable name="appName" value="Octopus Tentacle" />
1515
<variable name="messageLayout" value="${message}${onexception:${newline}${exception:format=ToString}}"/>
1616
<variable name="normalLayout" value="${longdate} ${processid:padding=5} ${threadid:padding=5} ${uppercase:${level}:padding=5} ${messageLayout}"/>
17-
<variable name="logLevel" value="Trace" />
17+
<variable name="logLevel" value="Info" />
1818

1919
<targets async="false">
2020
<target xsi:type="ColoredConsole" name="stdout" layout="${messageLayout}" />

0 commit comments

Comments
 (0)