diff --git a/public/src/src/test/resources/log4j.properties b/public/src/src/test/resources/log4j.properties new file mode 100644 index 0000000000000000000000000000000000000000..52fb824b0a8088346ed39f9de816309d0569ecf6 --- /dev/null +++ b/public/src/src/test/resources/log4j.properties @@ -0,0 +1,15 @@ +# +# Due to the license issue with GATK, this part of Biopet can only be used inside the +# LUMC. Please refer to https://git.lumc.nl/biopet/biopet/wikis/home for instructions +# on how to use this protected part of biopet or contact us at sasc@lumc.nl +# + +# Set root logger level to DEBUG and its only appender to A1. +log4j.rootLogger=ERROR, A1 + +# A1 is set to be a ConsoleAppender. +log4j.appender.A1=org.apache.log4j.ConsoleAppender + +# A1 uses PatternLayout. +log4j.appender.A1.layout=org.apache.log4j.PatternLayout +log4j.appender.A1.layout.ConversionPattern=%-5p [%d] [%C{1}] - %m%n \ No newline at end of file