RE: Logging in Clusters

2001-08-21 Thread Ganapathi Raman
hines: > > log4j.appender.server.remoteHost=susi15 > log4j.appender.server.port=6789 > > Ciao > Martin. > > -Original Message- > > From: Ganapathi Raman > [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, August 21, 2001 3:15 PM > > To: LOG4J

RE: Logging in Clusters

2001-08-21 Thread "Diehl Martin, Köln"
man [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 3:15 PM > To: LOG4J Users Mailing List; [EMAIL PROTECTED] > Subject: RE: Logging in Clusters > > Hi Thomas.. > > Thanx for that tip...I did try the SocketServer > provided by log4j and used a SocketAppender t

RE: Logging in Clusters

2001-08-21 Thread Ganapathi Raman
Hi Thomas.. Thanx for that tip...I did try the SocketServer provided by log4j and used a SocketAppender to log messages...was succesful indeed:) One observation is that when using SocketAppender logging was very slow..i used the same machine as a server as well as a client..is logging over netwo

RE: Logging in Clusters

2001-08-20 Thread Thomas Tuft Muller
Hi Ganapathi Have you considered a log-server? See the org.apache.log4j.net package. -- Thomas | -Original Message- | From: Ganapathi Raman [mailto:[EMAIL PROTECTED]] | Sent: 20 August 2001 05:19 | To: [EMAIL PROTECTED] | Subject: Logging in Clusters | | | Hi, | | I am a newbie