Server Logs

From UnrealAdminWiki

Tired of having your server logs over written? Add the following script to your startup batch file and your logs will be saved for as long as you want. You're going to have to check the file every so often, it can get quite large.

@echo off
:10
ucc server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini log=server.log
type server.log >> crash.log           <--------- Add
echo ==================== >> crash.log <--------- Add
echo %DATE% %TIME% >> crash.log        <--------- Add
echo ==================== >> crash.log <--------- Add
goto 10

buttpirate:

Thanks Wormbo for tweaking the code

the UnrealAdmin Page
History
  • Server Logs