## This is an example configuration file for the Control Agent. ## ## # In baseDir there will be the directories bin, classes, conf and log. # Respectively, they hold executables, compiled java classes, program # configuration files and log files. baseDir = "../" # The name of the gloabal CTA log file. Default location: # [baseDir]/log/CTA.log globalLogFileName = "CTASim.log" # The desired level of message information. Choices include: NO_MSGS, INFO, # WARNING, ERROR, DEBUG, and ALL_MSGS. The default is ERROR for both the # logfile and console. logfileLogLevel = "DEBUG" consoleLogLevel = "WARNING" # The name of the file that holds the station control information. Default # filename and location: "[baseDir]/conf/controlSim.ini". controlFileName = "controlSim.ini" # This is the name of the orb configuration file. It is needed so that event # channels will work correctly. Default name and location: # [baseDir]/conf/orb.config orbConfig = "orb.config" # The name of this Control Agent. Each control agent must should have a # different name. ctaSimName = "CTA_Simulator" # Daemon mode. daemon = true