Skip to content

Commit

Permalink
log4net support scope and NDC
Browse files Browse the repository at this point in the history
  • Loading branch information
loning committed May 23, 2020
1 parent 373f204 commit 8294070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AElf.RuntimeSetup/log4net.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maxSizeRollBackups value="10" />
<maximumFileSize value="5MB" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" />
<conversionPattern value="%date [%thread] %-5level %logger %ndc - scope=%property{scope} - %message%newline" />
</layout>
</appender>

Expand Down

0 comments on commit 8294070

Please sign in to comment.