Skip to content

On using custom SLF4JServiceProvider #48105

Answered by dmlloyd
reaver585 asked this question in Q&A
Discussion options

You must be logged in to vote

Howdy folks,

We recently migrated our backend from WildFly to Quarkus. The transition was smooth, Quarkus is running reliably, and while our primary drivers were improved developer experience, observability, and ease of upgrades, we also observed a performance boost - which was a nice bonus. Kudos to everyone involved in building and maintaining Quarkus - it's a solid framework.

Now, here's the issue I'm trying to solve: Is it possible to register a custom SLF4JServiceProvider that works consistently in both dev and production modes?

This is generally not supported. Also, only a fraction of the log messages in Quarkus pass through the SLF4J API, so depending on what you're doing, it mig…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by reaver585
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants