ConsoleFilter is a dead simple plugin to just remove some entries from your server console.
The configuration file looks like this:
Code (YAML):
consoleFilter:
hiddenFromConsole
:
- '/login'
- '/register'
You will have to put in the list which words a console entry should CONTAINS to being removed from the server console.
Once a word is added to the list and then you remove it, a /RELOAD will not allow messages that contains it to show again in the console. You does need to RESTART your server.