Changes between Version 3 and Version 4 of ConfigOverride
- Timestamp:
- 05/27/11 02:10:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigOverride
v3 v4 42 42 #!xml 43 43 <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> 44 54 <!-- properties allow some properties to be defined that will be substituted --> 45 55 <!-- into text or attributes where ${property} is the substitution pattern --> … … 99 109 100 110 As this example indicates the primary tags of interest are: 111 logging - defines the log files to use as log4j configuration files 101 112 properties - defines common properties throughout the override 102 113 file - defines the file the override segment applies to