From d45b00283461e53770e5bdf62b1fc270d1e098c6 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 26 Jul 2017 16:45:22 +0200 Subject: [PATCH] log to gfa-syslog --- startup.script_common | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/startup.script_common b/startup.script_common index f331945..b1de8ac 100644 --- a/startup.script_common +++ b/startup.script_common @@ -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)