Removing extra log4j file, this is set in the conf/ via log4j.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/89fa41e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/89fa41e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/89fa41e8 Branch: refs/heads/apache-blur-0.2 Commit: 89fa41e85377e920c16f59d71ea3a5323f2cf25b Parents: cca51eb Author: Aaron McCurry <[email protected]> Authored: Sun Sep 22 10:42:33 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Sep 22 10:42:33 2013 -0400 ---------------------------------------------------------------------- blur-core/src/main/resources/log4j.properties | 51 ---------------------- 1 file changed, 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/89fa41e8/blur-core/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/blur-core/src/main/resources/log4j.properties b/blur-core/src/main/resources/log4j.properties deleted file mode 100644 index 56dc046..0000000 --- a/blur-core/src/main/resources/log4j.properties +++ /dev/null @@ -1,51 +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. -## - -# Define some default values that can be overridden by system properties -blur.root.logger=INFO,console -blur.log.dir=. -blur.log.file=blur.log - -# Define the root logger to the system property "blur.root.logger". -log4j.rootLogger=${blur.root.logger} - -# Logging Threshold -log4j.threshhold=ALL - -# -# Daily Rolling File Appender -# -log4j.appender.DRFA=org.apache.log4j.DailyRollingFileAppender -log4j.appender.DRFA.File=${blur.log.dir}/${blur.log.file} -log4j.appender.DRFA.DatePattern=.yyyy-MM-dd -log4j.appender.DRFA.layout=org.apache.log4j.PatternLayout -log4j.appender.DRFA.layout.ConversionPattern=%d{ISO8601} %p %c: %m%n - -# Debugging Pattern format -#log4j.appender.DRFA.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n - -# -# Console -# -log4j.appender.console=org.apache.log4j.ConsoleAppender -log4j.appender.console.target=System.err -log4j.appender.console.layout=org.apache.log4j.PatternLayout -log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n - -# Custom Logging levels - -log4j.logger.org.apache.zookeeper=INFO
