ET Server logfile (linux)


(mat) #1

Hi,

I have been attempting to get our servers to log for a little while now.

I have the following in the config file:

set g_log “04et.log” // Game logging
set g_logOptions 2
set g_logsync 1
set logfile 2 // Console logging ( 1: enable 2: enable and sync )

Have tried putting this both before and after the campagns are loaded. Have also tried +set etc… from the command line.

Does the file have to exist? Where does it put it? (i.e. in the directory I run the server from or in etmain…?)

What am I doing wrong? :???:

Cheers,
Mat


(DG) #2

It goes in etmain, or at least it does on my win32 box. Note if you have set an fs_homepath then it will be within that specified folder, i.e. if you have in the shortcut
+set fs_homepath 27961
then the logfile should be in
/ET/27961/etmain/

The punkbuster log files would also be within “27961” folder. (if you’re wondering why 27961, I use the port number so it’s easy to see what’s folder is what server).


(mat) #3

Thats the one! Works perfectly now…Guess I’ll be playing with systats tomorrow!

Thanks!
Mat