// This file is an example configuration file for the Collection Agent // Simulator. # The base directory where all the config files, executeables and log files # are. baseDir = "../" # The name of the global log file. globalLogFileName = "CASim.log" # The level of logging to be done to the log file and the console. The levels # are ALL_MSGS, DEBUG, ERROR, WARNING, INFO, and NO_MSGS. Default is ERROR. logfileLogLevel = "DEBUG" consoleLogLevel = "DEBUG" # The name of the file where the station information is held. caSimStationsFileName = "CASimStations.ini" # The name of the file that holds the orb configuration information. # Default 'orb.config' orbConfig = "orb.config" # The name of the CASim server. caSimName = "CA_Simulator" # Tell the program to continue indefinitly as a daemon or to execute as a # console app. daemon = false