Skip to content

Commit 943425a

Browse files
log level
1 parent 34d6fbc commit 943425a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FileProcessor/nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<rules>
3434
<logger name="Microsoft.*" minlevel="Warn" writeTo="" final="true" />
35-
<logger name="*" minlevel="Warn" writeTo="logfile">
35+
<logger name="*" minlevel="Info" writeTo="logfile">
3636
<filters defaultAction="Log">
3737
<when condition="contains('${message}', 'HEALTH_CHECK')" action="Ignore"></when>
3838
</filters>

0 commit comments

Comments
 (0)