This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag japicmp-base-0.0.1 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 878c1634731f6228eed44910a948445476fe2f15 Author: mmois <[email protected]> AuthorDate: Sun Sep 29 23:28:39 2013 +0200 changed logging level to INFO --- japicmp/src/main/resources/log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/japicmp/src/main/resources/log4j.properties b/japicmp/src/main/resources/log4j.properties index 71255bb..393e087 100644 --- a/japicmp/src/main/resources/log4j.properties +++ b/japicmp/src/main/resources/log4j.properties @@ -1,5 +1,5 @@ # Root logger option -log4j.rootLogger=DEBUG, stdout +log4j.rootLogger=INFO, stdout # Direct log messages to stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender
