Filters debug, test, and other undesired output in the server console

Supported Games
GameServerKingsGameServerKings

Console Filter is a simple plugin that allows filtering server console output and log messages that you do not want to show or clutter up your server console.

Configuration

{
  "List of partial strings to filter": [
    "alphamapResolution is clamped to the range of",
    "AngryAnt Behave version",
   "Checking for new Steam Item Definitions..",
    "Floating point textures aren't supported on this device",
    "HDR Render Texture not supported, disabling HDR on reflection probe",
    "Image Effects are not supported on this platform",
    "Loading Prefab Bundle",
    "Missing shader in",
    "Missing projectileID",
    "Motion vectors not supported on a platform that does not support",
    "saddletest",
    "SwitchParent Missed",
    "The image effect Main Camera",
    "The image effect effect -",
    "The referenced script",
    "Unsupported encoding: 'utf8'",
    "Warning, null renderer for ScaleRenderer!",
    "[AmplifyColor]",
    "[AmplifyOcclusion]",
    "[CoverageQueries] Disabled due to unsupported",
    "[CustomProbe]",
    "[Manifest] URI IS",
    "[SpawnHandler] populationCounts"
  ]
}

A big thanks to bottiger for helping realize the remaining piece of the puzzle!

MIT License, with distribution exclusivity for uMod.org


Copyright (c) 2020 Wulf


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.