kitext.swc-example-dumpcruncher.2.1.0.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swc-example-dumpcruncher Show documentation
Show all versions of swc-example-dumpcruncher Show documentation
An example project that goes through a WikiMedia Dump and processes each
page.
#
# Copyright 2011 The Open Source Research Group,
# University of Erlangen-Nürnberg
#
# 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.
#
log4j.rootLogger=INFO, FA, CA
# ==[ CA ]====[ ConsoleAppender ]===============================================
log4j.appender.CA=org.apache.log4j.ConsoleAppender
log4j.appender.CA.layout=org.apache.log4j.PatternLayout
log4j.appender.CA.layout.ConversionPattern=%d{ISO8601} -- %-5p -- %-9t -- %c -- %m%n
# ==[ FA ]====[ RollingFileAppender ]===========================================
log4j.appender.FA=org.apache.log4j.RollingFileAppender
log4j.appender.FA.file=dumpreader.log
log4j.appender.FA.maxFileSize=1024MB
log4j.appender.FA.maxBackupIndex=1024
log4j.appender.FA.append=false
log4j.appender.FA.layout=org.apache.log4j.PatternLayout
log4j.appender.FA.layout.ConversionPattern=%d{ISO8601} -- %-5p -- %-9t -- %c -- %m%n
# ==[ NA ]====[ NullAppender ]==================================================
log4j.appender.NA=org.apache.log4j.varia.NullAppender
# ==============================================================================
#log4j.logger....=FATAL, NA