Server concept
#7
Alternatively, use the syslog. My servers all use -LS0, but in syslog.conf I have:
...local6.none...     -/var/log/syslog
local6.info        -/usr/games/ac/log/justice.txt
...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.
-W demos/justice_
but if you want to put the demos somewhere else, you have to go up through the folders, eg.
-W ../AC_demos/justice_
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...')
Thanks given by:


Messages In This Thread
Server concept - by SiL3nT - 01 May 11, 12:37PM
RE: Server concept - by OpenSource - 01 May 11, 12:50PM
RE: Server concept - by SiL3nT - 01 May 11, 01:38PM
RE: Server concept - by jamz - 01 May 11, 02:09PM
RE: Server concept - by SiL3nT - 01 May 11, 02:22PM
RE: Server concept - by vonunov - 01 May 11, 03:06PM
RE: Server concept - by jamz - 01 May 11, 05:26PM
RE: Server concept - by Viper - 01 May 11, 05:26PM
RE: Server concept - by SiL3nT - 01 May 11, 07:59PM
RE: Server concept - by jamz - 01 May 11, 09:48PM
RE: Server concept - by OpenSource - 01 May 11, 09:59PM
RE: Server concept - by tempest - 01 May 11, 11:02PM
RE: Server concept - by OpenSource - 01 May 11, 11:45PM
RE: Server concept - by GeneralDisarray - 02 May 11, 01:21PM
RE: Server concept - by OpenSource - 02 May 11, 02:27PM
RE: Server concept - by tempest - 02 May 11, 02:32PM
RE: Server concept - by SiL3nT - 02 May 11, 06:45PM
RE: Server concept - by jamz - 03 May 11, 09:11AM
RE: Server concept - by Viper - 03 May 11, 12:23AM
RE: Server concept - by DeafieGamer - 03 May 11, 03:07PM
RE: Server concept - by jamz - 03 May 11, 03:58PM
RE: Server concept - by Viper - 03 May 11, 11:15PM