To temporarily disable a certain category, you can use these console commands :
Log [LogCategory] off
or you can add this to your DefaultEngine.ini or Engine.ini
[Core.Log]
LogLinker=all off
to reenable it just change off to on (or if you choose to use the ini file, just remove the entry)