add logging.properties to net-resource tests
This commit is contained in:
parent
7cf4fd9cc0
commit
9f2f291846
1 changed files with 9 additions and 0 deletions
9
net-resource/src/test/resources/logging.properties
Normal file
9
net-resource/src/test/resources/logging.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
|
||||
.level=ALL
|
||||
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL %4$-7s [%3$s] %5$s %6$s%n
|
||||
java.util.logging.ConsoleHandler.level=ALL
|
||||
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
|
||||
java.util.logging.FileHandler.level=ALL
|
||||
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
|
||||
java.util.logging.FileHandler.pattern=build/net.log
|
||||
jdk.event.security.level=INFO
|
Loading…
Reference in a new issue