blob: 8f19ebda1a0a9b06c2aa00bd863fce96a1ff762d [file] [log] [blame]
#-------------------------------------------------------------------------------
# /*******************************************************************************
# * Copyright (C) 2017 Fondazione Bruno Kessler.
# * 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:
# * Alberto Debiasi - initial API and implementation
# ******************************************************************************/
#-------------------------------------------------------------------------------
# Root logger option, remove DEBUG for no messages on the console
log4j.rootLogger=DEBUG,stdout
# Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n