From 97680fc917cefef0430337e8bd180d7be828772e Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 9 Oct 2006 13:03:59 +1000 Subject: [PATCH] Set LogFileBaseName before other variables to maximise amount of information that gets logged r1127 | ffr | 2006-10-09 13:03:59 +1000 (Mon, 09 Oct 2006) | 2 lines --- site_ansto/instrument/server_config.tcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/server_config.tcl b/site_ansto/instrument/server_config.tcl index 95df5c36..e1b26e89 100644 --- a/site_ansto/instrument/server_config.tcl +++ b/site_ansto/instrument/server_config.tcl @@ -1,19 +1,19 @@ # SICS common configuration -# $Revision: 1.4 $ -# $Date: 2006-09-07 04:59:35 $ +# $Revision: 1.5 $ +# $Date: 2006-10-09 03:03:59 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) # Last revision by $Author: ffr $ +set sicsroot /usr/local/sics +ServerOption LogFileBaseName $sicsroot/log/serverlog installprotocolhandler source utility.tcl -set sicsroot /usr/local/sics ServerOption statusfile $sicsroot/log/status.tcl ServerOption RedirectFile $sicsroot/log/stdout -ServerOption LogFileBaseName $sicsroot/log/serverlog ServerOption LogFileDir $sicsroot/log ServerOption QuieckPort 60004 ServerOption ServerPort 60003