log to gfa-syslog

This commit is contained in:
2017-07-26 16:45:22 +02:00
parent 7cf1c34cb3
commit d45b002834
+3 -4
View File
@@ -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)