Enable logging in tests

This commit is contained in:
Paul Schaub 2022-10-20 19:35:25 +02:00
parent a9993fd866
commit b7acb2a59c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ SPDX-License-Identifier: Apache-2.0
</encoder>
</appender>
<logger name="org.pgpainless" level="warn" additivity="false">
<logger name="org.pgpainless" level="debug" additivity="false">
<appender-ref ref="STDOUT" />
</logger>