Skip to content

Commit be718bb

Browse files
committed
NLog.config was set to Debug for Console
1 parent b06a004 commit be718bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Runner/NLog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<logger name="Blockchain.SynchronizationManager" minlevel="Debug" writeTo="auto-colored-console-async"/>
6565
<logger name="Blockchain.SynchronizationManager" final="true"/>-->
6666

67-
<logger name="*" minlevel="Debug" writeTo="file-async"/>
67+
<logger name="*" minlevel="Info" writeTo="file-async"/>
6868
<logger name="*" minlevel="Debug" writeTo="auto-colored-console-async"/>
6969
</rules>
7070
</nlog>

0 commit comments

Comments
 (0)