CVS update: talon/src/config

From: cvs@openprivacy.org
Date: Thu Jan 25 2001 - 11:05:17 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon"

    Date: Thursday January 25, 19101 @ 11:05
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config

    -----------------------------------

    Update of /usr/local/cvs/public/talon/src/config
    In directory giga:/tmp/cvs-serv7002/src/config

    Modified Files:
            talon.properties
    Log Message:
    logger and property manager now being used... required for CompositeRCE

    *****************************************************************
    File: talon/src/config/talon.properties

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties?annotate=1.2

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties?rev=1.2&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/config/talon.properties.diff?r1=1.2&r2=1.1

    -----------------------------------

    Index: talon/src/config/talon.properties
    diff -u talon/src/config/talon.properties:1.1 talon/src/config/talon.properties:1.2
    --- talon/src/config/talon.properties:1.1 Tue Jan 16 02:42:33 2001
    +++ talon/src/config/talon.properties Thu Jan 25 11:05:17 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: talon.properties,v 1.1 2001/01/16 10:42:33 burton Exp $
    +# $Id: talon.properties,v 1.2 2001/01/25 19:05:17 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -12,9 +12,45 @@
     ################################################################################
     
     ################################################################################
    -# THE FOLLOWING ARE "REQUIRED" PROPERTIES IN ORDER TO USE JAVACORE #
    +# THE FOLLOWING ARE "REQUIRED" PROPERTIES IN ORDER TO USE TALON #
     ################################################################################
     
    +
    +##########################################
    +# Project name. Usually just talon but you
    +# could change it for complex
    +# implementations with multiple projects.
    +# Default: talon
    +talon.project=Talon
    +
    +################################################################################
    +# LOGGING OPTIONS #
    +################################################################################
    +
    +##########################################
    +# Enable/Disable Talon debugging.
    +# Default: false
    +
    +talon.log.debug=false
    +
    +##########################################
    +# Log to stdout.
    +# Default: false
    +
    +talon.log.stdout=false
    +
    +##########################################
    +# Log to stderr
    +# Default: true
    +
    +talon.log.stderr=true
    +
    +##########################################
    +# Log to disk
    +# Default: true
    +
    +talon.log.file.enable=true
    +talon.log.file.path=/var/log/talon.log
     
     ################################################################################
     # OPTIONAL PROPERTIES #



    This archive was generated by hypermail 2b30 : Thu Jan 25 2001 - 11:05:49 PST