[jira] [Commented] (LOG4J2-1650) log4j2-core diet

2016-10-24 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604425#comment-15604425 ] Mark Struberg commented on LOG4J2-1650: --- The other issue (beside pure size

[jira] [Commented] (LOG4J2-1650) log4j2-core diet

2016-10-24 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602404#comment-15602404 ] Mark Struberg commented on LOG4J2-1650: --- we could go the route to split the

[jira] [Commented] (LOG4J2-437) Log4J2 Performs poorly with 500 concurrent users with Jboss 5.1.GA and JDK 6

2013-10-27 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806298#comment-13806298 ] Mark Struberg commented on LOG4J2-437: -- you could also do a few kill -3 (fo

Re: [RESULT][VOTE] Log4j 2.0-alpha2

2012-09-14 Thread Mark Struberg
te this task? >> >> Cheers >> Christian >> >> On Tue, Aug 28, 2012 at 11:33 PM, Ralph Goers >> wrote: >>> The vote has passed with the following result: >>> >>> +1 (binding): Christian Grobmeier, Ivan Habunek, Ralph Goers >

Re: [VOTE] Log4j 2.o-alpha2 rc1

2012-08-28 Thread Mark Struberg
+1 (nonbinding) did a quick test run and works fine so far. LieGrue, strub - Original Message - > From: Christian Grobmeier > To: Logging PMC ; Log4J Developers List > > Cc: > Sent: Tuesday, August 28, 2012 11:32 AM > Subject: Re: [VOTE] Log4j 2.o-alpha2 rc1 > > Hello! > > +1 >

Re: Log4J 2

2012-02-18 Thread Mark Struberg
+1 for bringing log4j-2.0 to the surface of the earth :) LieGrue, strub > > From: Ralph Goers >To: Logging General >Cc: Log4J Developers List >Sent: Monday, February 6, 2012 5:56 PM >Subject: Re: Log4J 2 > > > > >On Feb 6, 2012, at 1:10 AM, Stefan Bodewi

Re: log4j-2.0 questions

2011-07-18 Thread Mark Struberg
gt;> > >> Solving for these using JNDI allows for > redeployment and is fairly simple to implement, but it does > have the problem of Loggers obtained by classes from parent > ClassLoaders being associated with the LoggerContext that is > being undeployed.  The ClassContextConte

Re: log4j-2.0 questions

2011-06-30 Thread Mark Struberg
on't work in JBoss or > other app servers, again due to the various ways those > containers deal with class loaders for enterprise > applications.  I took a look at JULI last night and > Tomcat is doing some interesting things in there but I think > what they are doin

Re: log4j-2.0 questions

2011-06-29 Thread Mark Struberg
making it more robust and easier to use than in > Log4j-1.2.x. > > > http://wiki.apache.org/logging-log4j/AppContainerLogging > > > Jake > > On Tue, 21 Jun 2011 00:30:42 -0700 >  Ralph Goers > wrote: > > > > On Jun 20, 2011, at 10:52 PM, Mark Strube

Re: log4j-2.0 questions

2011-06-29 Thread Mark Struberg
Oki, I understand. txs 4 the explanation! LieGrue, strub --- On Tue, 6/21/11, Joern Huxhorn wrote: > From: Joern Huxhorn > Subject: Re: log4j-2.0 questions > To: "Log4J Developers List" > Date: Tuesday, June 21, 2011, 9:39 AM > > On 20.06.2011, at 23:33, ralph.goers @dslextreme.com > wrote:

Re: log4j-2.0 questions

2011-06-29 Thread Mark Struberg
uration of packages which are 'shared'. LieGrue, strub --- On Tue, 6/21/11, Ralph Goers wrote: > From: Ralph Goers > Subject: Re: log4j-2.0 questions > To: "Log4J Developers List" > Date: Tuesday, June 21, 2011, 7:15 AM > > On Jun 20, 2011, at 10:52 PM, Ma

Re: log4j-2.0 questions

2011-06-29 Thread Mark Struberg
he log for the poor guy/lady which is looking for a solution on the internet ;) LieGrue, strub --- On Tue, 6/21/11, Ralph Goers wrote: > From: Ralph Goers > Subject: Re: log4j-2.0 questions > To: "Log4J Developers List" > Date: Tuesday, June 21, 2011, 6:43 AM > &

Re: log4j-2.0 questions

2011-06-29 Thread Mark Struberg
#x27;t? How do you perform this class scan? LieGrue, strub --- On Tue, 6/21/11, Ralph Goers wrote: > From: Ralph Goers > Subject: Re: log4j-2.0 questions > To: "Log4J Developers List" > Date: Tuesday, June 21, 2011, 6:33 AM > > On Jun 20, 2011, at 10:52 P

Re: log4j-2.0 questions

2011-06-20 Thread Mark Struberg
t; Cc: "Log4J Developers List" > Date: Tuesday, June 21, 2011, 12:04 AM > > > On Jun 20, 2011, at 17:33, "ralph.goers @dslextreme.com" > mailto:ralph.go...@dslextreme.com>> > wrote: > > Hey Mark, thanks for participating in this!  See my > comm

Re: log4j-2.0 questions

2011-06-20 Thread Mark Struberg
Hi Ralph! The problem is that this should be one of n 'pluggable' logger implementations. Because getting the current ContextClassLoader (for some servers you even need to do this via a doPrivileged block) can be expensive. It's really not needed everywhere but only for shared libraries. But in

log4j-2.0 questions

2011-06-20 Thread Mark Struberg
Hi folks! My name is Mark and I had a few discussions about log4j 2.0 with Ralph lately. It is about the question whether log4j-2.0 would be a candidate for all the internal logging of Apache Maven or not. I've checked out the sources they build fine. I'm not a logging expert, but more a casua