You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/01/13 22:59:35 UTC

git commit: trivial fix to log4j.properties, which stops outputing info level message after kafka-683

Updated Branches:
  refs/heads/0.8 a40953196 -> c02e7fd69


trivial fix to log4j.properties, which stops outputing info level message after kafka-683


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

Branch: refs/heads/0.8
Commit: c02e7fd690301e93454638a73cd31343cad178b8
Parents: a409531
Author: Jun Rao <ju...@gmail.com>
Authored: Sun Jan 13 13:59:10 2013 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Sun Jan 13 13:59:10 2013 -0800

----------------------------------------------------------------------
 config/log4j.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/c02e7fd6/config/log4j.properties
----------------------------------------------------------------------
diff --git a/config/log4j.properties b/config/log4j.properties
index 892cb7c..00f891c 100644
--- a/config/log4j.properties
+++ b/config/log4j.properties
@@ -12,7 +12,7 @@
 # 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.rootLogger=INFO, stdout 
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -42,7 +42,7 @@ log4j.appender.requestAppender.layout.ConversionPattern=[%d] %p %m (%c)%n
 #log4j.logger.kafka.perf=DEBUG, kafkaAppender
 #log4j.logger.kafka.perf.ProducerPerformance$ProducerThread=DEBUG, kafkaAppender
 #log4j.logger.org.I0Itec.zkclient.ZkClient=DEBUG
-log4j.logger.kafka=ERROR
+log4j.logger.kafka=INFO
 
 log4j.logger.kafka.network.RequestChannel$=TRACE, requestAppender
 log4j.additivity.kafka.network.RequestChannel$=false