Re: Cluster Logging Options

2012-09-24 Thread John Rellis
On Mon, Sep 24, 2012 at 1:36 PM, Joseph wrote: > Or you could just use a simple socketappender from log4j and let all > instances write to configured host port > > 在 2012-9-25,0:29,André Warnier 写道: > > > John Rellis wrote: > >> On Mon, Sep 24, 2012 at 10:57 AM, André Warnier wrote: > >>> John

Re: Cluster Logging Options

2012-09-24 Thread Joseph
Or you could just use a simple socketappender from log4j and let all instances write to configured host port 在 2012-9-25,0:29,André Warnier 写道: > John Rellis wrote: >> On Mon, Sep 24, 2012 at 10:57 AM, André Warnier wrote: >>> John Rellis wrote: >>> On Mon, Sep 24, 2012 at 10:12 AM, Alex

Re: Cluster Logging Options

2012-09-24 Thread André Warnier
John Rellis wrote: On Mon, Sep 24, 2012 at 10:57 AM, André Warnier wrote: John Rellis wrote: On Mon, Sep 24, 2012 at 10:12 AM, Alex Samad - Yieldbroker < alex.sa...@yieldbroker.com> wrote: Been thinking about Log4j -> syslog -> syslog server That way you can look at the server and also a

Re: Cluster Logging Options

2012-09-24 Thread John Rellis
On Mon, Sep 24, 2012 at 10:57 AM, André Warnier wrote: > John Rellis wrote: > >> On Mon, Sep 24, 2012 at 10:12 AM, Alex Samad - Yieldbroker < >> alex.sa...@yieldbroker.com> wrote: >> >> Been thinking about >>> >>> Log4j -> syslog -> syslog server >>> >>> That way you can look at the server and a

Re: Cluster Logging Options

2012-09-24 Thread André Warnier
John Rellis wrote: On Mon, Sep 24, 2012 at 10:12 AM, Alex Samad - Yieldbroker < alex.sa...@yieldbroker.com> wrote: Been thinking about Log4j -> syslog -> syslog server That way you can look at the server and also at the syslog server ... give you a real time view. I keep my per server syslog

Re: Cluster Logging Options

2012-09-24 Thread John Rellis
On Mon, Sep 24, 2012 at 10:12 AM, Alex Samad - Yieldbroker < alex.sa...@yieldbroker.com> wrote: > Been thinking about > > Log4j -> syslog -> syslog server > > That way you can look at the server and also at the syslog server ... give > you a real time view. > > I keep my per server syslogs for 4-7

RE: Cluster Logging Options

2012-09-24 Thread Alex Samad - Yieldbroker
Been thinking about Log4j -> syslog -> syslog server That way you can look at the server and also at the syslog server ... give you a real time view. I keep my per server syslogs for 4-7 days and the on the syslog server for months .. A > -Original Message- > From: John Rellis [mail

RE: Cluster Logging

2010-08-10 Thread Petrov, Petar
Hi, You can set the log level to "OFF". Regards, Petar -Original Message- From: Oscar Segarra Rey [mailto:osega...@gencat.cat] Sent: Tuesday, August 10, 2010 9:39 AM To: Tomcat Users List Subject: RE: Cluster Logging Hi, Another question related to this issue... is there

RE: Cluster Logging

2010-08-09 Thread Oscar Segarra Rey
Barcelona 934024834 -Mensaje original- De: Mark Eggers [mailto:its_toas...@yahoo.com] Enviado el: dilluns, 9 / agost / 2010 19:39 Para: Tomcat Users List Asunto: Re: Cluster Logging Let me try that again since my copy/paste failed. # # add an extra handler to direct to a different file

Re: Cluster Logging

2010-08-09 Thread Mark Eggers
Let me try that again since my copy/paste failed. # # add an extra handler to direct to a different file # handlers = 1catalina.org.apache.juli.FileHandler, \ 2localhost.org.apache.juli.FileHandler, \ 3manager.org.apache.juli.FileHandler, \ 4host-manager.org.apache.juli.FileHandler, \ java.util.lo

Re: Cluster Logging

2010-08-09 Thread Mark Eggers
How about something like this: handlers = 1catalina.org.apache.juli.FileHandler, \ 2localhost.org.apache.juli.FileHandler, \ 3manager.org.apache.juli.FileHandler, \ 4host-manager.org.apache.juli.FileHandler, \ java.util.logging.ConsoleHandler, \ 5cluster.org.apache.juli.FileHandler 5cluster.org