Andrea Amadei

Results 4 comments of Andrea Amadei

> You can configure your log settings under resources -> logback.xml What about if I don’t want to use Logback? And what about if I don’t want to use any...

I've also pushed a commit to remove any further logback reference in the code. Everything should be good to go!

> If you remove the logback dependencies, does the project compile? It does, since SLF4J injects the logger at runtime. The only side-effect is a message printed in console, warning...

This is the warning message I was talking about. It is absolutely normal and won’t disrupt execution by any means, since it’s not an Exception nor an interrupting error. Its...