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
|
# SICS common configuration
|
||||||
|
|
||||||
# $Revision: 1.4 $
|
# $Revision: 1.5 $
|
||||||
# $Date: 2006-09-07 04:59:35 $
|
# $Date: 2006-10-09 03:03:59 $
|
||||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||||
# Last revision by $Author: ffr $
|
# Last revision by $Author: ffr $
|
||||||
|
|
||||||
|
set sicsroot /usr/local/sics
|
||||||
|
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
||||||
|
|
||||||
installprotocolhandler
|
installprotocolhandler
|
||||||
|
|
||||||
source utility.tcl
|
source utility.tcl
|
||||||
|
|
||||||
set sicsroot /usr/local/sics
|
|
||||||
ServerOption statusfile $sicsroot/log/status.tcl
|
ServerOption statusfile $sicsroot/log/status.tcl
|
||||||
ServerOption RedirectFile $sicsroot/log/stdout
|
ServerOption RedirectFile $sicsroot/log/stdout
|
||||||
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
|
||||||
ServerOption LogFileDir $sicsroot/log
|
ServerOption LogFileDir $sicsroot/log
|
||||||
ServerOption QuieckPort 60004
|
ServerOption QuieckPort 60004
|
||||||
ServerOption ServerPort 60003
|
ServerOption ServerPort 60003
|
||||||
|
|||||||
Reference in New Issue
Block a user