Annoying log entry spamming the server logs

Hi, I am managing a server, and getting pretty tired of this log entry spamming the log file:

[2023.01.15-08.46.35:613][263]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!
[2023.01.15-08.46.35:814][273]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!
[2023.01.15-08.46.36:021][283]LogScriptCore:Warning: Script Msg: Attempted to access index 0 from array CallFunc_GetAllActorsWithTag_OutActors of length 0!

This particular entry is logged roughly every 200 ms. Any way to filter it out? Or if not, any idea what is causing it?

I have tried to filter it out by adding this to my Engine.ini, in various variations, but with no luck.

[Log.Core]
LogScriptCore:Warning=Warning off

Any help or insight would be much appreciated!

There’s an underlying issue with one of the server’s mods. This issue will actually degrade your server’s performance. So you need to figure out which mod is causing it on the server, see if the author can fix it, or potentially consider a server wipe.

Ok, so one or more mods are the cause of the log entry? I kinda expected that. I’ll certainly try to identify which one. But is there a way to filter the entry out of the log file?

Not that I know of. But like I said, you’ve got a bit of a pickle on your hands. Last time I saw this, it was lowering the server tickrate by about 10-15% even with no one online.

I’m not 100% sure of the cause though, only that it is mod related.

Ouch … well, I’ve got a bit of work cut out for me then …