Enable automatic startup of the plc service. This is the default behavior.
|
plc_service.xml
File location: EGO_TOP/eservice/esc/conf/services
|
<sc:StartType>AUTOMATIC</sc:StartType>
|
Specify the default log level of your plc log file.
|
log4j.properties
File location: EGO_TOP/perf/conf
|
log4j.logger.domain_name.perf.dataloader=log_level, domain_name.perf.dataloader
where
The loader controller only logs messages of the same or lower level of detail as log_level. Therefore, if you change the log level to ERROR, the loader controller will only log ERROR and FATAL messages.
|