Hi, I'm getting this errors during my mvn test
The following loggers will not work becasue they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: com.rollbar.notifier.sender.SyncSender
SLF4J: com.rollbar.notifier.util.ObjectsUtils
SLF4J: com.rollbar.notifier.Rollbar
This happens with rollbar-java 1.4.0 and lombok 1.18.6
Not sure what's needed to do here, any hints? The substituteLogger link above does not say anything interesting about it.
Hi, I'm getting this errors during my
mvn testThis happens with
rollbar-java 1.4.0andlombok 1.18.6Not sure what's needed to do here, any hints? The
substituteLoggerlink above does not say anything interesting about it.