1 |
+ |
# This file contains system properties that should |
2 |
+ |
# be used as defaults by the I-Scream CORE |
3 |
+ |
# |
4 |
+ |
# $Author$ |
5 |
+ |
# $Id$ |
6 |
+ |
|
7 |
+ |
|
8 |
+ |
# These properties are REQUIRED by the system to tell it |
9 |
+ |
# which ORB to use. |
10 |
+ |
org.omg.CORBA.ORBClass= jacorb.orb.ORB |
11 |
+ |
org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton |
12 |
+ |
|
13 |
+ |
# The logging verbosity to be used by the system, |
14 |
+ |
# ie, how much information will be printed to the |
15 |
+ |
# log file, where the number is: |
16 |
+ |
# |
17 |
+ |
# FATAL - (0) Fatal or Critical Errors |
18 |
+ |
# ERROR - (1) All Errors |
19 |
+ |
# WARNING - (2) Warnings |
20 |
+ |
# SYSMSG - (3) System Component messages |
21 |
+ |
# SYSINIT - (4) System Component initialisation |
22 |
+ |
# DEBUG - (5) All debugging messages |
23 |
+ |
# |
24 |
+ |
# [default = 3] |
25 |
+ |
uk.ac.ukc.iscream.Verbosity= 5 |
26 |
+ |
|
27 |
+ |
# The directory containing all the configuration files |
28 |
+ |
# for the system |
29 |
+ |
# |
30 |
+ |
# [default = cwd] |
31 |
+ |
uk.ac.ukc.iscream.ConfigurationLocation=./etc |
32 |
+ |
uk.ac.ukc.iscream.SystemConfigurationFile=system.conf |
33 |
+ |
|
34 |
+ |
# Currently unused, but will allow the |
35 |
+ |
# user to select what logger they use |
36 |
+ |
# Please choose the Logger class that you wish to use |
37 |
+ |
# for system logging. Choices are, at present; |
38 |
+ |
# |
39 |
+ |
# ScreenLogger - Logs everything to the screen |
40 |
+ |
# [Params = none] |
41 |
+ |
# FileLogger - Logs everything to a file |
42 |
+ |
# [Param1 = logfile name] |
43 |
+ |
# MultiLogger - Logs to both the screen and a file |
44 |
+ |
# [Param1 = logfile name] |
45 |
+ |
# SimpleGUILogger - Logs to a nice GUI ! |
46 |
+ |
# [Params = none] |
47 |
+ |
# |
48 |
+ |
# [default = ScreenLogger] |
49 |
+ |
uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers |
50 |
+ |
uk.ac.ukc.iscream.LoggerClass=ScreenLogger |
51 |
+ |
uk.ac.ukc.iscream.LoggerClassParam1=/usr/local/proj/co600_10/servercore.log |