Page 1 of 1

Turn off unreal.ngStats ?

Posted: Mon Jul 21, 2014 2:01 pm
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 ''

Re: Turn off unreal.ngStats ?

Posted: Wed Jul 23, 2014 2:38 pm
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=

Re: Turn off unreal.ngStats ?

Posted: Wed Jul 23, 2014 3:33 pm
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