Improve documentation for slf4j usage
Open
P3
type=documentation
type=enhancement
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 133
- Avg merge
- 6m
- Merged PRs (30d)
- 7
Description
Maybe I missed it, but had rally hard time integrating slf4js. I added correct dependencies, but default logger factory was used.
After debugging and diggind through source, I found out that I need to add system property:
`-Dflogger.backend_factory=com.google.common.flogger.backend.slf4j.Slf4jBackendFactory#getInstance`
I have not found mention of this anywhere. I would be nice to have it mentioned in the docs.
Contributor guide
Assessment
This issue has not been assessed yet.