This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 6fbaddee67676f9840405bd49cb7d6e08a81bd23 Author: Alexey Markevich <[email protected]> AuthorDate: Fri Oct 11 13:34:59 2019 +0300 osgi.itests: minimize console output --- osgi/itests/src/test/resources/log4j.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/osgi/itests/src/test/resources/log4j.properties b/osgi/itests/src/test/resources/log4j.properties deleted file mode 100644 index 5b083ba..0000000 --- a/osgi/itests/src/test/resources/log4j.properties +++ /dev/null @@ -1,5 +0,0 @@ -log4j.rootLogger=INFO,stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c - %X{address} - %m%n
