-
Notifications
You must be signed in to change notification settings - Fork 0
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
Excluding loggers #13
Comments
Sounds good to me. Maybe choose a more obvious name? rename |
I guess we can perform that breaking change and smooth it out Elisp-side. However I'd prefer loggers-allowlist (or loggers-whitelist) to clearly reflect that that only allowlisted would make it in. (as I see it, Self-assigned. |
Ok, let's go with allow/block (or anything similar) rather than black/white. |
I'd like to exclude certain loggers, e.g.
org.eclipse.jetty.server.Server
,org.eclipse.jetty.server.AbstractConnector
I don't think this is nicely expressable with the current filters.
pattern
operates on the message, not loggerloggers
is an allowlist, not a blocklistSo I was thinking of introducing a
logger-pattern
orloggers-blocklist
. Maybe both.Thoughts? @r0man
The text was updated successfully, but these errors were encountered: