"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-1.2-api/src/test/resources/config-1.2/log4j-system-properties-1.properties" (20 Dec 2021, 314 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "log4j-system-properties-1.properties": 2.17.1_vs_2.17.2-rc1.

    1 ###############################################################################
    2 #
    3 # Log4J 1.2 Configuration.
    4 #
    5 
    6 hadoop.log.file=hadoop.log
    7 
    8 log4j.rootLogger=TRACE, RFA
    9 
   10 #
   11 # Rolling File Appender
   12 #
   13 log4j.appender.RFA=org.apache.log4j.RollingFileAppender
   14 log4j.appender.RFA.File=${java.io.tmpdir}/${hadoop.log.file}