From 1aaee1f798947a5384dd15830a975b5d3397e4ae Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 31 Aug 1999 16:03:27 +0000 Subject: [PATCH] move to proper date in file if iocLogServer opens old log --- RELEASE_NOTES.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html index aece4d571..fa53f2c38 100644 --- a/RELEASE_NOTES.html +++ b/RELEASE_NOTES.html @@ -1397,3 +1397,14 @@ INITHOOKafterCaLinkInit1 is replaced by INITHOOKafterCaLinkInit
INITHOOKafterCaLinkInit2 no longer exists + +

+EPICS Base Release R3.14

+ +

+IOC Log Server

+The log server now finds the proper latest date in an old log file when it +restarts, and begins logging (overwriting old messages) just after the +newest message in the file. This causes the log server to overwrite only +the oldest message in the log file. Originally, the log server always started +at the end of of any preexisting log file when it restarted.