Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does it work internally? Where are the limits? #2

Open
famod opened this issue Jul 23, 2021 · 1 comment
Open

How does it work internally? Where are the limits? #2

famod opened this issue Jul 23, 2021 · 1 comment

Comments

@famod
Copy link

famod commented Jul 23, 2021

Interesting extension, but how does it work?
I suppose it is adapting logback config to jboss-logging instead of making logback the actual logging backend, no?
So things like TurboFilter won't work?

Some docs on this would come in handy.

@famod famod changed the title How does it work internally? Where a the limits? How does it work internally? Where are the limits? Jul 29, 2021
@stuartwdouglas
Copy link
Contributor

They should work. In addition to adapting the config for log levels to jboss-logmanager, is also basically bridges logback handlers to jboss-logging. This means that when an event is loggable jboss-logmanager will also ask the relevant logback handler to write it out.

I'm not really sure where the limits are here. I think almost everything should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants