2020-02-06 09:10:16
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.```
Rotonen
2020-02-06 18:02:22
What happened is I hate all loggers
Fireduck
2020-02-06 18:02:33
that is a different logger used by some library we are using
Fireduck
2020-02-06 18:02:45
in short, I don't know
Fireduck
2020-02-06 22:37:07
simply seems it's not initializing it the proper way
Rotonen
2020-02-06 22:37:19
that logger is evil for making that a warning instead of a throw
Rotonen
2020-02-06 22:37:55
sure. I am not initializing it at all because I don't care about it.
Fireduck