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/09/10 15:08:04 UTC

incubator-tinkerpop git commit: Removed unused log4j.properties file from console.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master c148f5fe2 -> 9475e5972


Removed unused log4j.properties file from console.


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

Branch: refs/heads/master
Commit: 9475e59726e9b85c6dbca8c4c08ac5e80d7562b7
Parents: c148f5f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 10 09:07:40 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 10 09:07:40 2015 -0400

----------------------------------------------------------------------
 gremlin-console/conf/log4j-console.properties |  1 -
 gremlin-console/conf/log4j.properties         | 24 ----------------------
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9475e597/gremlin-console/conf/log4j-console.properties
----------------------------------------------------------------------
diff --git a/gremlin-console/conf/log4j-console.properties b/gremlin-console/conf/log4j-console.properties
index 3e86e5d..09b5ef8 100644
--- a/gremlin-console/conf/log4j-console.properties
+++ b/gremlin-console/conf/log4j-console.properties
@@ -21,4 +21,3 @@ 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

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/9475e597/gremlin-console/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/gremlin-console/conf/log4j.properties b/gremlin-console/conf/log4j.properties
deleted file mode 100644
index 8f19304..0000000
--- a/gremlin-console/conf/log4j.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#  http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-log4j.rootLogger=OFF, stdout
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-#log4j.appender.stdout=org.apache.log4j.FileAppender
-#log4j.appender.stdout.file=recless.log
-#log4j.appender.stdout.append=true
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=[%p] %C{1} - %m%n
\ No newline at end of file