-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Improve JMX support for Jetty logging #5872
Comments
joakime
added a commit
that referenced
this issue
Jan 12, 2021
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Jan 19, 2021
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Jan 22, 2021
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Jan 22, 2021
+ Fixing typo in operation names Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Feb 2, 2021
Issue #5872 - JMX DynamicMBean for jetty-slf4j-impl
This issue has been automatically marked as stale because it has been a |
github-actions
bot
added
the
Stale
For auto-closed stale issues and pull requests
label
Jan 12, 2022
We merged this into Jetty 10.x as part of PR #5876 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
10.0.x
Description
Since the Jetty Logging is initialized before anything else, it cannot rely on Jetty JMX annotations.
However, it would be great if JMX support is improved (for example by specifying parameter names to operations like
JettyLoggerFactoryMBean.setLoggerLevel(String, String)
.JMX has a basic support for annotations via
java.management.DescriptorKey
, which IIUC looks for a key in a resource bundle properties file -- may not be that bad for this once-only need.The text was updated successfully, but these errors were encountered: