log file for a server

Discussions about Coding and Scripting
Post Reply
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

log file for a server

Post by Rakiayn »

is it possible to create a log file when I host a lan server?
i am testing my mod on a dedicated lan server and it lags like hell but I cant figure out why.
MrLoathsome
Inhuman
Posts: 958
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: I am quite rank.
Location: MrLoathsome fell out of the world!

Re: log file for a server

Post by MrLoathsome »

The UnrealTournament.log file that is created when you host a lan server should be it.

If you are not getting much info in the log file, make sure that in the
[Core.System] section of the servers UT.ini file you don't have these
lines:
Suppress=Warning
Suppress=ScriptLog
Suppress=ScriptWarning

If they are there, comment them out with a semicolon.
blarg
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

Re: log file for a server

Post by Rakiayn »

I cant find these lines in the ut.ini file
yet there is almost no info in the logfile
I can find only this:

Suppress=DevLoad
Suppress=DevSave
Suppress=DevNetTraffic
Suppress=DevGarbage
Suppress=DevKill
Suppress=DevReplace
Suppress=DevSound
Suppress=DevCompile
Suppress=DevBind
Suppress=DevBsp
User avatar
comoestas
Average
Posts: 36
Joined: Tue Jan 04, 2011 12:33 am

Re: log file for a server

Post by comoestas »

There are usually two log files: UnrealTournament.log and Server.log
When testing on a dedicated server I look at the Server.log, the UnrealTournament.log is for the client.
Post Reply