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
This commit is contained in:
committed by
Douglas Clowes
parent
f4d247d192
commit
97680fc917
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user