You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/08 21:50:10 UTC

incubator-tinkerpop git commit: Add a note about muting logging.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 0b9946218 -> 134984e7b


Add a note about muting logging.


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

Branch: refs/heads/master
Commit: 134984e7b48dfd30747e743bd49e71628f65bb34
Parents: 0b99462
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 8 15:49:53 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 8 15:49:53 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/134984e7/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index fadff69..588c25a 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -40,6 +40,7 @@ export GREMLIN_TESTS='org.apache.tinkerpop.gremlin.process.traversal.step.map.Pa
 mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
 ----
 ** Clean the `.groovy/grapes/org.apache.tinkerpop` directory on build: `mvn clean install -DcleanGrapes`
+** Turn off "heavy" logging in the "process" tests: `mvn clean install -DargLine="-DmuteTestLogs=true"`
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 ** If there are changes to the Gryo format, it may be necessary to generate the Grateful Dead dataset from GraphSON (see `IoDataGenerationTest.shouldWriteGratefulDead`)
 * Check license headers are present: `mvn apache-rat:check`