01 May 11, 05:26PM
Alternatively, use the syslog. My servers all use -LS0, but in syslog.conf I have:
...which stops AC server output going to syslog and creates that log file instead. I then use cron to rotate the log once a day.
Regarding -W, I believe the demos are always written relative to the AC folder. This means if you want to save to a subfolder of AC you can use, eg.
but if you want to put the demos somewhere else, you have to go up through the folders, eg.
would put the demos in a folder called AC_demos at the same level as the main AC folder.
I could be wrong, and absolute paths may work for the demos; I haven't tested it. (Using this, your demos would be called 'justice_demoname...')
[SELECT ALL] Code:
...local6.none... -/var/log/syslog
local6.info -/usr/games/ac/log/justice.txt
Regarding -W, I believe the demos are always written relative to the AC folder. This means if you want to save to a subfolder of AC you can use, eg.
[SELECT ALL] Code:
-W demos/justice_
[SELECT ALL] Code:
-W ../AC_demos/justice_
I could be wrong, and absolute paths may work for the demos; I haven't tested it. (Using this, your demos would be called 'justice_demoname...')