blob: c92da95318dc0575d044052151f69a0927a55ca0 [file] [log] [blame]
#/***********************************************************************************************************************
# * Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
# * materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
# * and is available at http://www.eclipse.org/legal/epl-v10.html
# *
# * Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
# **********************************************************************************************************************/# This file contains configuration setting for the logging
# for documentation see log4j
#####################################################################
# general
#####################################################################
# Root category set to DEBUG
#log4j.rootCategory=DEBUG, stdout, file
log4j.rootCategory=WARN, stdout
log4j.logger.org.eclipse.smila.management.jmx=DEBUG
#log4j.rootCategory=DEBUG, stdout
#####################################################################
# Set options for appender named "apMain".
# Appender "apMain" will be a console dump
log4j.appender.stdout = org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout = org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %m%n
log4j.logger.org.eclipse.smila.management.jmx.client=INFO