Show debug log when running tests

pull/55/head
Richard Körber 2017-02-12 23:37:04 +01:00
parent 57fbc8d668
commit 8782787343
2 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,12 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>

View File

@ -0,0 +1,2 @@
org.slf4j.simpleLogger.log.org.shredzone.acme4j = debug