what happened with the logger? ```SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.```
What happened is I hate all loggers
that is a different logger used by some library we are using
in short, I don't know
simply seems it's not initializing it the proper way
that logger is evil for making that a warning instead of a throw
sure. I am not initializing it at all because I don't care about it.