Skip to content

Commit 86906fd

Browse files
authored
Merge pull request #898 from tronprotocol/logback_conf
Logback conf
2 parents c4fd56b + a3ba446 commit 86906fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- Logger will block incoming events (log calls) until queue will free some space -->
4242
<!-- (the smaller value -> flush occurs often) -->
4343
<queueSize>100</queueSize>
44-
44+
<includeCallerData>true</includeCallerData>
4545
<appender-ref ref="FILE"/>
4646
</appender>
4747

0 commit comments

Comments
 (0)