Skip to content

Commit

Permalink
change loglevel of Repository to trace to log ResultSet #417 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa authored Mar 23, 2020
1 parent ad65e42 commit a70e632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<level value="debug" />
</logger>

<logger name="xxxxxx.yyyyyy.zzzzzz.domain.repository">
<level value="trace" />
</logger>

<!-- TERASOLUNA -->
<logger name="org.terasoluna.gfw">
<level value="info" />
Expand Down

0 comments on commit a70e632

Please sign in to comment.