rollbar / rollbar/rollbar-java
SLF4J loggers will not work because they were created during the default configuration phase of the underlying logging system.
Open
@rokob is already working on this.
Since Mar 4, 2019.
question
- Dominant language
- Java
- Stars
- 78
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.