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

ns-whitelist/ns-blacklist at the appender level #171

Closed
zamaterian opened this issue Jun 6, 2016 · 2 comments
Closed

ns-whitelist/ns-blacklist at the appender level #171

zamaterian opened this issue Jun 6, 2016 · 2 comments

Comments

@zamaterian
Copy link

Hi it would be very nice to configure white/black-listing for a specific appender.
I know it possible to do with-level, but that is not preferable when using 3'rd party libs.

example:

:println {:enabled? true 
             :ns-whitelist  [] #_["my-app.foo-ns"]
             :ns-blacklist  [] #_["taoensso.*"]
}
@ptaoussanis
Copy link
Member

Hi Thomas,

I'd be open to looking over a PR that adds this. Shouldn't be difficult; you can check for current uses of the inherit-over fn to see how similar behaviour is currently implemented for other appender-level overrides.

Cheers :-)

@ptaoussanis
Copy link
Member

Just implemented myself quickly while prepping the next release, cheers :-)

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

No branches or pull requests

2 participants