Turn off unreal.ngStats ?

Discussions about Servers
Post Reply
User avatar
Hitman
Adept
Posts: 281
Joined: Mon Aug 16, 2010 11:01 am
Location: Sweden
Contact:

Turn off unreal.ngStats ?

Post by Hitman »

I have the unreal.ngStats turned off in the Ini like this

bLocalLog=False
bWorldLog=False
bBatchLocal=False

But I still see its trying according to the UCC-log and if it dos this on all 9 servers i run it slightly hangs in map-shift, is it some way to turn this off for good ?
Loos like this for ex
Warning: Error moving file '../Logs/unreal.ngStats.Unknown.log' to ''
JackGriffin
Godlike
Posts: 3774
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Re: Turn off unreal.ngStats ?

Post by JackGriffin »

IIRC you need to also change the ngstats section too, nulling it out also:

Code: Select all

[Engine.StatLog]
LocalBatcherURL=
LocalBatcherParams=
LocalStatsURL=
WorldBatcherURL=
WorldBatcherParams=
WorldStatsURL=
LocalLogDir=
WorldLogDir=
bWorldBatcherError=
So long, and thanks for all the fish
User avatar
Hitman
Adept
Posts: 281
Joined: Mon Aug 16, 2010 11:01 am
Location: Sweden
Contact:

Re: Turn off unreal.ngStats ?

Post by Hitman »

I had it set close to that, makes me wonder if some other mod trying to trig it..

Had like this
[Engine.StatLog]
LocalBatcherURL=
LocalBatcherParams=
LocalStatsURL=
WorldBatcherURL=
WorldBatcherParams=
WorldStatsURL=
LocalLogDir=../Logs
WorldLogDir=
bLogTypingEvents=False
bWorldBatcherError=False
Post Reply