On Wed, Jun 24, 2009 at 2:27 PM, Kevin Brown<e...@google.com> wrote:
> -Djava.util.logging.config.class=xxwhatever allows you to specify a
> completely different class to do the logging setup, and that class can load
> custom handlers. That's what we do internally.
>
> I'm not sure how you'd disambiguate the shindig running in JIRA from the one
> running in confluence.

You could probably leverage the segregated webapp class loaders to
figure it out.  Maybe initialize a singleton with the application
name, then have the logging configuration peek at that singleton.

Reply via email to