log to gfa-syslog
This commit is contained in:
@@ -42,10 +42,9 @@ putenv STRINGBUFFER
|
||||
sprintf STRINGBUFFER, "EPICS_HOST_ARCH=%s", EPICS_HOST_ARCH
|
||||
putenv STRINGBUFFER
|
||||
|
||||
# setup logging to boot PC
|
||||
sprintf STRINGBUFFER, "EPICS_IOC_LOG_INET=%s", BOOTPC
|
||||
putenv STRINGBUFFER
|
||||
putenv "EPICS_IOC_LOG_PORT=6500"
|
||||
# setup logging to gfa-syslog
|
||||
putenv "EPICS_IOC_LOG_INET=gfa-syslog"
|
||||
putenv "EPICS_IOC_LOG_PORT=1514"
|
||||
|
||||
# create some path variables
|
||||
HOME=malloc(80)
|
||||
|
||||
Reference in New Issue
Block a user