Hey guys!
I have am running into a very strange "bug" with my server config (469b server). How do I get rid of the Unreal.ngLog stat spam? In my UT ini, I have set bLocalLog=False, and I have also disabled every possible Log line I could find and I still get the ngWorld stats log spam. They pile up on my C:\ drive, despite my server directory not being in C:\ in the first place.. It is a very strange bug that I can not find a fix for it. Let me know if some of you have any clues on what's going on. Thanks!
Can't get rid of .ngLog stats spam
-
- Experienced
- Posts: 91
- Joined: Fri Sep 27, 2019 5:08 pm
-
- Masterful
- Posts: 530
- Joined: Tue Apr 13, 2021 12:56 am
Re: Can't get rid of .ngLog stats spam
Hmmm, and what if you test temporarily replacing the ini with the default one, just to check if the spam stops?
-
- Experienced
- Posts: 91
- Joined: Fri Sep 27, 2019 5:08 pm
-
- Masterful
- Posts: 727
- Joined: Thu Jun 24, 2010 10:35 pm
- Personal rank: noob programmer
- Location: England
Re: Can't get rid of .ngLog stats spam
It's a bug, the default ini had a line as blank meaning worldLogs are created in C:/, fixed for 469C.
https://github.com/OldUnreal/UnrealTour ... issues/482
Change WorldLogDir= to WorldLogDir=../Logs for them to spawn in the correct folder. In the [Engine.StatLog] section.
My Engine.GameInfo log settings.
https://github.com/OldUnreal/UnrealTour ... issues/482
Change WorldLogDir= to WorldLogDir=../Logs for them to spawn in the correct folder. In the [Engine.StatLog] section.
My Engine.GameInfo log settings.
bLocalLog=False
bWorldLog=False
bBatchLocal=False
-
- Experienced
- Posts: 91
- Joined: Fri Sep 27, 2019 5:08 pm
Re: Can't get rid of .ngLog stats spam
Thank you, that fixed the log paths and now they are in the correct folder. However, even with those settings set to false, ngLogs are still being made.UT Sniper (SJA94) wrote: ↑Tue Jan 18, 2022 8:02 pm It's a bug, the default ini had a line as blank meaning worldLogs are created in C:/, fixed for 469C.
https://github.com/OldUnreal/UnrealTour ... issues/482
Change WorldLogDir= to WorldLogDir=../Logs for them to spawn in the correct folder. In the [Engine.StatLog] section.
My Engine.GameInfo log settings.bLocalLog=False
bWorldLog=False
bBatchLocal=False