Problem in Accessing Chainsaw

2007-09-27 Thread akshay kumar
Hi there, I am using Chainsaw for my application ! I have multiple local servers which dumped all logs to one Centralized Server where I am using the Chainsaw to view all logs ! The problem I am facing is that, there are many people who wants to analyze the Chainsaw logs with their own

Re: Problem in Accessing Chainsaw

2007-09-27 Thread akshay kumar
SocketAppender. I am planning to check it out soon, (but I think I will switch to logback first) So let me know when you found a working solution. Maarten On 9/27/07, akshay kumar wrote: Hi there, I am using Chainsaw for my application ! I have multiple local servers which dumped all logs to one

Please help Chanisaw config- NDC

2007-09-25 Thread akshay kumar
Hi, As Log4j1.3 abandoned I migrate to Log4j1.2.15 However in this the field like Line,method etc are not working in Chainsaw, all comes blank ! and I need this info in my application so please guide me what should I do ? Thanks in advance ! Regards,

chainsaw config for NDC

2007-09-10 Thread akshay kumar
Hi there , It seems NDC field in the chainsaw works with log4j 1.2.15 but not other field like line ,method ,class !! Is this correct? please comment on this ! Thanks Regards, - Building a website is a piece of cake. Yahoo! Small

Chainsaw Help

2007-07-17 Thread akshay kumar
Hi there, I am trying to prefix name in my log4j1.3 XML properties file in layout format but it is not showing up in chainsaw. i.e param name=ConversionPattern value=[%d %-5p] [%t] [%x] [%x][%x] [%C\{2\} (%F:%L) - TEST1:%m %n]/ I am trying to type TEST1: in my message but it is not

Use of NDC in chainsaw config

2007-06-25 Thread akshay kumar
Hi there, I have several Tomcats running and generating logs. Within each Tomcat I have several Web-apps that generates logs. All these logs are going into chainsaw, However I want to differentiate the source of all logs. That is It should display in the log message it self that this log

Log4j1.3 help!!

2007-06-23 Thread akshay kumar
HI, I installed log4j1.3 for my tomcat 5.0 and able to run it. However I am getting very large amount of logs at the start of tomcat for my application.. It seems some error but I dont know what it is? below is my appender config and the sample of generated logs. please help me in

Log4j1.3 alpha-8 and chainsaw config problem

2007-06-22 Thread akshay kumar
Hi , I installed chainsaw1.3 alpha 8 as I am in the impression that I can use the NDC,LINE,METHOD all fields in chainsaw with log4j1.3. However It screwed me in my basic function itself..:( below is the XML appender config at my source side, ?xml version=1.0 encoding=UTF-8 ?

Re: Chainsaw config problem

2007-06-21 Thread akshay kumar
, at 2:50 PM, akshay kumar wrote: Hi Paul, great!!..It is working fine now! However I got few more confusions!!..:( 1) As I am using pattern layout, I am not able to Drag and Drop this file into my chainsaw And if I use XML layout instead of patternlayout the Timestamp information comes

Re: Chainsaw config problem

2007-06-21 Thread akshay kumar
Hi t here, I got the solution about my 1st problem in which I have to put additivity= true. easy one ,i should have thought before asking..:( but how about 2nd one? regards, akshay kumar [EMAIL PROTECTED] wrote: Hi Paul, Got your point and thanks a ton for your suggestions. I used

Regarding Chainsaw config-Log panel tab

2007-06-20 Thread akshay kumar
Hi there, 1)Is there any way that I can save the different Log-panel tab create when I receive logs from remote machine? Right now what happens is when I close the Chanisaw all log-panel tab and so all logs within that get erased, which is not suitable for my application. Please let me

Re: Regarding Chainsaw config-Log panel tab

2007-06-20 Thread akshay kumar
of just %d if this doesn't work, can you post a few lines of logs that do get written to the 'test1.log' file? Paul On 21/06/2007, at 3:10 AM, akshay kumar wrote: Hi there, 1)Is there any way that I can save the different Log-panel tab create when I receive logs from remote machine? Right

Re: Chainsaw config problem

2007-06-20 Thread akshay kumar
(this is just one copied from what I use) ... value=[%d{ISO8601} %-5p][%20.20c][%t] %m%n / ... Paul On 21/06/2007, at 8:15 AM, akshay kumar wrote: HI , Thanks for help! However %d{ISO8601} didnt work. below are the few logs that I am getting in the log file, which include just a message