Changes between Version 3 and Version 4 of ConfigOverride


Ignore:
Timestamp:
May 27, 2011, 2:10:11 AM (13 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOverride

    v3 v4  
    4242#!xml
    4343<overrides>
     44    <!-- The logging section allows logging configuration files to be specified -->
     45    <!-- At the moment only property based configuration files are supported -->
     46    <!-- There may be multiple configuration files -->
     47    <!-- The properties are loaded in order and subsequent files will override -->
     48    <!-- properties previously loaded.  This allows one to have shared configuration in -->
     49    <!-- one log file and more specific configuration in other files -->
     50    <logging>
     51        <logFile>logfile1.properties</logFile>
     52        <logFile>logfile2.properties</logFile>
     53    </logging>
    4454     <!-- properties allow some properties to be defined that will be substituted -->
    4555     <!-- into text or attributes where ${property} is the substitution pattern -->
     
    99109
    100110As this example indicates the primary tags of interest are:
     111        logging - defines the log files to use as log4j configuration files
    101112        properties - defines common properties throughout the override
    102113        file - defines the file the override segment applies to