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/02/13 19:57:04 UTC

[2/3] incubator-tinkerpop git commit: Turn off logging from netty in the Gremlin Console.

Turn off logging from netty in the Gremlin Console.

This affected remote submits to Gremlin Server.  Produce an ugly stack trace that wasn't easy for the user to follow.


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

Branch: refs/heads/master
Commit: c4e8d08f9853fc8066ce22837eb310d6e5da9928
Parents: cc518a3
Author: Stephen Mallette <sp...@apache.org>
Authored: Fri Feb 13 13:55:36 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Fri Feb 13 13:55:36 2015 -0500

----------------------------------------------------------------------
 gremlin-console/conf/log4j-repl.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c4e8d08f/gremlin-console/conf/log4j-repl.properties
----------------------------------------------------------------------
diff --git a/gremlin-console/conf/log4j-repl.properties b/gremlin-console/conf/log4j-repl.properties
index 09b5ef8..3e86e5d 100644
--- a/gremlin-console/conf/log4j-repl.properties
+++ b/gremlin-console/conf/log4j-repl.properties
@@ -21,3 +21,4 @@ log4j.appender.A2.layout=org.apache.log4j.PatternLayout
 log4j.appender.A2.layout.ConversionPattern=%-5p %c %x - %m%n
 
 log4j.rootLogger=${gremlin.log4j.level}, A2
+log4j.logger.io.netty.channel.DefaultChannelPipeline=OFF