Re: chainsaw publish to central?

2019-02-12 Thread Matt Sicker
I was the release manager last time and was only able to figure out how to create the jars, not the desktop executables and such. Based on the fact that we've merged a few features since 2.0, it may be coming up close to time to release again. On Sun, 10 Feb 2019 at 10:37, Alex O'Ree wrote: > > N

Re: How to put working 2 separate log4j2 xml files within the same web app

2019-02-12 Thread Matt Sicker
The typical way of using it would be to use log4j-web which hooks a LoggerContext to your ServletConext life cycle. However, since you're using this within what I'm assuming is the same ClassLoader, what you'll need to do is create a custom ContextSelector implementation to choose between your two

Re: chainsaw publish to central?

2019-02-12 Thread Alex O'Ree
Roger that. I was looking to borrow some of the log4j parsing code that already existing in chainsaw. When I couldn't find a recent version central, I decided to build from source. That turned out to be a bit more work than anticipated. I checked it out from github, which is probably my mistake. Th