Skip to content

Commit

Permalink
Change: print out line number in log info. (iotaledger#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhfbc authored and GalRogozinski committed Mar 4, 2019
1 parent fea7867 commit cb08095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<onMismatch>DENY</onMismatch>
</filter>
<encoder>
<pattern>%d{MM/dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
<pattern>%d{MM/dd HH:mm:ss.SSS} [%thread] %-5level %logger{0}:%L - %msg%n
</pattern>
</encoder>
</appender>
Expand All @@ -37,7 +37,7 @@
<onMismatch>DENY</onMismatch>
</filter>
<encoder>
<pattern>%d{MM/dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
<pattern>%d{MM/dd HH:mm:ss.SSS} [%thread] %-5level %logger{0}:%L - %msg%n
</pattern>
</encoder>
</appender>
Expand All @@ -46,4 +46,4 @@
<appender-ref ref="STDOUT"/>
<appender-ref ref="STDERR"/>
</root>
</configuration>
</configuration>

0 comments on commit cb08095

Please sign in to comment.