All Downloads are FREE. Search and download functionalities are using the official Maven repository.

omelet.1.0.15.source-code.log4j.properties Maven / Gradle / Ivy

The newest version!
###############################################################################
#
# 	Copyright 2014 Springer Science+Business Media Deutschland GmbH
# 	
# 	Licensed 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.
###############################################################################
 Set root logger level to DEBUG and its only appender to A1.
#log4j.rootLogger=DEBUG, A1,file
#log4j.rootLogger=INFO, A1,file
log4j.rootLogger=DEBUG, console
#CHAINSAW_CLIENT,

# A1 is set to be a ConsoleAppender.
log4j.appender.console=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -%x


#log4j.rootLogger=DEBUG, CHAINSAW_CLIENT

#log4j.appender.CHAINSAW_CLIENT=org.apache.log4j.net.SocketAppender
#log4j.appender.CHAINSAW_CLIENT.RemoteHost=172.27.24.103
#log4j.appender.CHAINSAW_CLIENT.Port=4445
#log4j.appender.CHAINSAW_CLIENT.LocationInfo=true

# Root logger option
#log4j.rootLogger=INFO, file
 
# Direct log messages to a log file
# log4j.appender.file.Threshold=DEBUG
#log4j.appender.file=org.apache.log4j.RollingFileAppender
#log4j.appender.file.File=D:\\E8Automation
#log4j.appender.file.MaxFileSize=1MB
#log4j.appender.file.MaxBackupIndex=1
#log4j.appender.file.layout=org.apache.log4j.PatternLayout
#log4j.appender.file.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n -%x




© 2015 - 2025 Weber Informatics LLC | Privacy Policy