Quote:
Originally Posted by r3mix
thanks druid
do you have and refernces for those values?
i wouldnt mind testing them all out as theres 2 different uses im hoping to use the log for.
|
I'm not sure if this is what you mean by references.
logfile "0"
enable console logging 0=no log 1=buffered 2=continuous 3=append so as not to overwrite old logs
g_log "qconsole.log"
This can be anything,log , it just sets the name of the log file
g_logSync "1"
toggle the logging to append to the existing file and not overwrite.
This should force it to append the log file. but it doesn't work.
The log file is overwritten whenever the server is restarted.
You should also check this thread
[url:836ed]http://www.alliedassault.com/phpBB2/viewtopic.php?p=276267#276267[/url:836ed]
It looks like dogmeat has a work around for the log file being overwritten on a restart.