In a custom Maven plugin, I'm using a third-party library dependency which logs via SLF4J and has rather verbose INFO logging.
Is there a way to change the log levels in my plugin implementation to suppress the INFO logs from the dependency, but not my own INFO messages? Regards, Harald
