Github user neykov commented on the pull request:
https://github.com/apache/brooklyn-server/pull/93#issuecomment-204320625
> does a master logback.xml define categories applying to every bundle
It's dist-wide.
> what is the search path?
It's using the `pax-logging` class loader and delegating to standard
logback code for parsing the file (see
[here](https://github.com/ops4j/org.ops4j.pax.logging/blob/master/pax-logging-logback/src/main/java/org/ops4j/pax/logging/logback/internal/PaxLoggingServiceImpl.java#L317)).
An extension bundle could work, depending on how it resolves relative paths
(initial path is disk-based absolute path)
> can we define additional logging config on a per-bundle basis
Don't think so.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---