mirror of https://github.com/shred/acme4j
Show debug log when running tests
parent
57fbc8d668
commit
8782787343
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
org.slf4j.simpleLogger.log.org.shredzone.acme4j = debug
|
Loading…
Reference in New Issue