Re: Disabling System.err logging

2007-06-13 Thread James Strachan
On 6/13/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: On 6/13/07, James Strachan <[EMAIL PROTECTED]> wrote: > > On 6/13/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: > > I'm starting a JMS application using test first development, as is my > habit. > > > 1. How do I turn this off (short of redi

Re: Disabling System.err logging

2007-06-13 Thread Elliotte Harold
On 6/13/07, James Strachan <[EMAIL PROTECTED]> wrote: On 6/13/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: > I'm starting a JMS application using test first development, as is my habit. > 1. How do I turn this off (short of redirecting System.err to /dev/null, > which I can do if I have to)

Re: Disabling System.err logging

2007-06-13 Thread James Strachan
On 6/13/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: I'm starting a JMS application using test first development, as is my habit. As soon as I run the first test, it's dumping a lot of junk like this to the console: Jun 13, 2007 10:07:06 AM org.apache.activemq.broker.BrokerService getBroker IN

Disabling System.err logging

2007-06-13 Thread Elliotte Harold
I'm starting a JMS application using test first development, as is my habit. As soon as I run the first test, it's dumping a lot of junk like this to the console: Jun 13, 2007 10:07:06 AM org.apache.activemq.broker.BrokerService getBroker INFO: ActiveMQ 4.1.1 JMS Message Broker (localhost) is sta