Question about log files
#1
How does I change the location of where the logs file can be stored to?
Thanks given by:
#2
You don't, unless you're using syslog (not available natively on Windows), then you can capture the local facility and redirect to any location you like.

Thanks given by:
#3
Back up.
Which log files are you referring to?
Thanks given by:
#4
* jamz notes forum title and assumes...
Thanks given by:
#5
I to have asked that question.
The answer i got?
Not possible.

So, devs, make a switch we can use in servercmdline.txt to pick where log file gonna save.

By log file i of course mean the text file.

reading commandline parameters from file 'config/servercmdline.txt'
logging started: console(INFO), file(DEBUG, "serverlog_20111022_00.06.21_Biohazard.txt"), syslog(INFO, "AssaultCube[Biohazard]", local6), timestamp(ENABLED)
Thanks given by:
#6
(23 Oct 11, 12:13AM)jamz Wrote: * jamz notes forum title and assumes...

Client log, server log, IRC log, logarithm files, files dealing with timber, etc.?
Thanks given by:
#7
server log files
Thanks given by:
#8
Assumption correct.

Install Linux and run a server using that, ultimately it will be more reliable anyway :)


Linux rules!
[Image: 1620.png]
Thanks given by:
#9
DOC:commandline says the "-N" switch should do just what you want. Otherwise you can always pipe output into whatever file you want, don't forget the 2>&1 bit to log errors into the same file. HTH
Thanks given by:
#10
Thanks!

Can someone add silly closing thread statement and close this? :X
Thanks given by: