You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by to...@apache.org on 2014/10/09 11:51:28 UTC

git commit: METAMODEL-75: Changing log level from DEBUG to WARN in JDBC module because it produced more than 10k lines in Travis build log and the log is truncated.

Repository: incubator-metamodel
Updated Branches:
  refs/heads/METAMODEL-75 da206c35f -> e0d07494a


METAMODEL-75: Changing log level from DEBUG to WARN in JDBC module
because it produced more than 10k lines in Travis build log and the log
is truncated.

Project: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/commit/e0d07494
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/tree/e0d07494
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metamodel/diff/e0d07494

Branch: refs/heads/METAMODEL-75
Commit: e0d07494a9d42e8be172bddefbc93399ada2b669
Parents: da206c3
Author: tomaszguzialek <to...@humaninference.com>
Authored: Thu Oct 9 11:51:03 2014 +0200
Committer: tomaszguzialek <to...@humaninference.com>
Committed: Thu Oct 9 11:51:03 2014 +0200

----------------------------------------------------------------------
 jdbc/src/test/resources/log4j.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metamodel/blob/e0d07494/jdbc/src/test/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/jdbc/src/test/resources/log4j.xml b/jdbc/src/test/resources/log4j.xml
index 79b98a6..60a63cf 100644
--- a/jdbc/src/test/resources/log4j.xml
+++ b/jdbc/src/test/resources/log4j.xml
@@ -10,7 +10,7 @@
 	</appender>
 
 	<logger name="org.apache.metamodel">
-		<level value="debug" />
+		<level value="warn" />
 	</logger>
 
 	<root>