Skip to content

Commit

Permalink
chore: prevent logs from JdbcCategoryDaoTest
Browse files Browse the repository at this point in the history
Correction for e9eb623 commit.

Relate to #1161
  • Loading branch information
php-coder committed Jan 1, 2021
1 parent 4998832 commit c99896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<appender-ref ref="CONSOLE" />
</logger>

<logger name="org.springframework.boot.test.context.SpringBootTestContextBootstrapper" level="WARN">
<logger name="org.springframework.boot.test.autoconfigure.jdbc.JdbcTestContextBootstrapper" level="WARN">
<appender-ref ref="CONSOLE" />
</logger>

Expand Down

0 comments on commit c99896e

Please sign in to comment.