Skip to content

Commit

Permalink
Configuring the level to trace from configuration
Browse files Browse the repository at this point in the history
In order to check the configuration made for test
  • Loading branch information
fmacleal committed Feb 8, 2024
1 parent e57b7dc commit 7edbf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rskj-core/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<logger name="execute" level="INFO"/>
<logger name="blockvalidator" level="INFO"/>
<logger name="blockexecutor" level="INFO"/>
<logger name="general" level="INFO"/>
<logger name="general" level="TRACE"/>
<logger name="gaspricetracker" level="INFO"/>
<logger name="web3" level="INFO"/>
<logger name="repository" level="INFO"/>
Expand Down Expand Up @@ -120,7 +120,7 @@
</logger>

<!-- Root logger -->
<root level="TRACE">
<root level="DEBUG">
<appender-ref ref="stdout"/>
<appender-ref ref="FILE-AUDIT"/>
</root>
Expand Down

0 comments on commit 7edbf4c

Please sign in to comment.