mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 17:32:06 +01:00
Enable logging in tests
This commit is contained in:
parent
fd8b624885
commit
bc75b3bb9a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
</encoder>
|
</encoder>
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
<logger name="org.pgpainless" level="warn" additivity="false">
|
<logger name="org.pgpainless" level="debug" additivity="false">
|
||||||
<appender-ref ref="STDOUT" />
|
<appender-ref ref="STDOUT" />
|
||||||
</logger>
|
</logger>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue