Re: Change the log hierarchy on a log server

2007-01-11 Thread Deepika
t; wrote: > > > > > I don't have experience with Log4J in Tomcat, but the usual solution is to make sure the originating > server is in an MDC field. This may well be taken care of in your setup already. > > > > > > > > > > -Original Mess

Re: Change the log hierarchy on a log server

2006-12-07 Thread Bence Takács
503.997.1367 Fax: 503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 9:20 AM To: Log4J Users List Subject: Re: Change the log hierarchy on a log server AFAIK there is no way to set it in the config

Re: Change the log hierarchy on a log server

2006-12-06 Thread Bence Takács
Is there a chance to get the rootlogger (or selected loggers) and change it's name? I'd like to insert the name of the server to the beginning of all the loggers name. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Change the log hierarchy on a log server

2006-12-05 Thread Jacob Kjome
e for managing MDC-s from config files (only for reading > > > >> them). > > > >> > > But I cannot change tomcat's codes, i can change it's logging > > > >> > > properties from the logging.properties, or xml file. > > > >

Re: Change the log hierarchy on a log server

2006-12-05 Thread Bence Takács
gt; > >> them). > > >> > > But I cannot change tomcat's codes, i can change it's logging > > >> > > properties from the logging.properties, or xml file. > > >> > > > > >> > > Could you help me, how can I manage MDC through th

Re: Change the log hierarchy on a log server

2006-12-05 Thread Bence Takács
; > > > >> > > Thanks: > >> > >Bence > >> > > > >> > > > >> > > On 12/4/06, Blok, Eelke <[EMAIL PROTECTED]> wrote: > >> > > > I don't have experience with Log4J in Tomcat, but the usual

Re: Change the log hierarchy on a log server

2006-12-04 Thread Maarten Bosteels
ld you help me, how can I manage MDC through this kinds of >> config files? >> > > >> > > Thanks: >> > >Bence >> > > >> > > >> > > On 12/4/06, Blok, Eelke <[EMAIL PROTECTED]> wrote: >> > > > I d

Re: Change the log hierarchy on a log server

2006-12-04 Thread Takács Bence
; > I don't have experience with Log4J in Tomcat, but the usual solution is to make sure the originating server is in an MDC field. This may well be taken care of in your setup already. > > > > > > -----Original Message- > > > From: Bence Takác

RE: Change the log hierarchy on a log server

2006-12-04 Thread Scott Deboy
hierarchy on a log server AFAIK there is no way to set it in the config file so one way to set it is to call MDC.put("server", serverName) at the beginning of every doGet or doPost. Another option may be to have the socket server call MDC.put("server", clientName) but I haven

Re: Change the log hierarchy on a log server

2006-12-04 Thread James Stauffer
; I don't have experience with Log4J in Tomcat, but the usual solution is to make sure the originating server is in an MDC field. This may well be taken care of in your setup already. > > > > > > -----Original Message- > > > From: Bence Takács [mailto:[EMAIL PROTECTED] >

Re: Change the log hierarchy on a log server

2006-12-04 Thread Bence Takács
e of in your setup already. > > > > -Original Message- > > From: Bence Takács [mailto:[EMAIL PROTECTED] > > Sent: maandag 4 december 2006 13:33 > > To: log4j-user@logging.apache.org > > Subject: Change the log hierarchy on a log server > > > >

Re: Change the log hierarchy on a log server

2006-12-04 Thread James Stauffer
13:33 > To: log4j-user@logging.apache.org > Subject: Change the log hierarchy on a log server > > > Hello > > I have a log server (SimpleSocketServer), which gathers all the log4j clients log. All the clients use their application specific settings, and a root logger (in ERR

Re: Change the log hierarchy on a log server

2006-12-04 Thread Bence Takács
in your setup already. -Original Message- From: Bence Takács [mailto:[EMAIL PROTECTED] Sent: maandag 4 december 2006 13:33 To: log4j-user@logging.apache.org Subject: Change the log hierarchy on a log server Hello I have a log server (SimpleSocketServer), which gathers all the log4j clients

RE: Change the log hierarchy on a log server

2006-12-04 Thread Blok, Eelke
33 To: log4j-user@logging.apache.org Subject: Change the log hierarchy on a log server Hello I have a log server (SimpleSocketServer), which gathers all the log4j clients log. All the clients use their application specific settings, and a root logger (in ERROR level) to catch tomcat Exceptions

Change the log hierarchy on a log server

2006-12-04 Thread Bence Takács
Hello I have a log server (SimpleSocketServer), which gathers all the log4j clients log. All the clients use their application specific settings, and a root logger (in ERROR level) to catch tomcat Exceptions. To the server the log hierarchy is like this: mycountry.mycompany.myapplication1 mycoun