So, I've never used slf4j, and as such, never really used any of the logging systems it allows me to use.
Could someone point me to a resource that would show me how to tweak what the default output looks like?
I don't particularly want all of the DEBUG lines that are shown, but I'm unsure of how to actually configure the logging that it does by default when connected to twitch.
Essentially I want to keep the INFO lines that show what InputParser is actually dealing with, but I can't seem to find any sort of documentation on how to alter the default logging that occurs when slf4j + logback is added to the project.