switch to new log server
This commit is contained in:
@@ -51,7 +51,7 @@ dbBptNotMonotonic=1
|
||||
dbQuietMacroWarnings=1
|
||||
|
||||
# Start Logging
|
||||
putenv getenv("EPICS_IOC_LOG_INET") ? "" : "EPICS_IOC_LOG_INET=gfa-syslog"
|
||||
putenv getenv("EPICS_IOC_LOG_INET") ? "" : "EPICS_IOC_LOG_INET=gfa-syslog-03"
|
||||
putenv getenv("EPICS_IOC_LOG_PORT") ? "" : "EPICS_IOC_LOG_PORT=1514"
|
||||
sprintf STRINGBUFFER, "%s ", IOC
|
||||
iocLogPrefix STRINGBUFFER
|
||||
@@ -78,6 +78,7 @@ require "utilities", getenv("utilities_VERSION")
|
||||
require "misc", getenv("misc_VERSION")
|
||||
|
||||
# caPutLog
|
||||
putenv "EPICS_CA_PUT_LOG_ADDR=gfa-syslog-03:1515"
|
||||
require "caPutLog", getenv("caPutLog_VERSION") ? getenv("caPutLog_VERSION") : "ifexists"
|
||||
|
||||
# Run Channel Access only on 1st network port
|
||||
|
||||
Reference in New Issue
Block a user