Re: Too few fatal log ststements

2014-08-26 Thread sangeeta lal
Dear Team, I have one query. There are different logging levels in tomcat. Does it matters alot to use right log level? I mean as a researcher I am exploring in which scenarios one should be extremely careful to use right log level. Can anyone of please throw more light on this topic. Thank You

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Thanks! All of you :) Now I have much more understanding about tomcat logging. Thanks a lot! On Mon, Aug 11, 2014 at 7:26 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Sangeeta, > > On 8/11/14, 5:41 AM, sangeeta lal wrote: > > Actually I have data for other log levels also. D

Re: Too few fatal log ststements

2014-08-11 Thread Christopher Schultz
Sangeeta, On 8/11/14, 5:41 AM, sangeeta lal wrote: > Actually I have data for other log levels also. Debug =600 statements, > error=400 statements, trace =90 statements etc. I would usually expect in a typical project that there would be more TRACE logging statements than anything else. On the ot

Re: Too few fatal log ststements

2014-08-11 Thread Mark Thomas
On 11/08/2014 10:41, sangeeta lal wrote: > Hi Mark, > > Actually I have data for other log levels also. Debug =600 statements, > error=400 statements, trace =90 statements etc. > > I am just curious, what could be the possible reason for having such few > "fatal" statements. Can you give your opi

Re: Too few fatal log ststements

2014-08-11 Thread Martin Grigorov
Hi, On Mon, Aug 11, 2014 at 11:45 AM, Leon Rosenberg wrote: > maybe tomcat is just so robust, that nothing is fatal to it ;-) > Leon > > > On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal > wrote: > > > Hi Mark, > > > > Actually I have data for other log levels also. Debug =600 statements, > > er

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Okay! This means its because of requirement specification of Tomcat. On Mon, Aug 11, 2014 at 3:15 PM, Leon Rosenberg wrote: > maybe tomcat is just so robust, that nothing is fatal to it ;-) > Leon > > > On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal > wrote: > > > Hi Mark, > > > > Actually I h

Re: Too few fatal log ststements

2014-08-11 Thread Leon Rosenberg
maybe tomcat is just so robust, that nothing is fatal to it ;-) Leon On Mon, Aug 11, 2014 at 11:41 AM, sangeeta lal wrote: > Hi Mark, > > Actually I have data for other log levels also. Debug =600 statements, > error=400 statements, trace =90 statements etc. > > I am just curious, what could be

Re: Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Hi Mark, Actually I have data for other log levels also. Debug =600 statements, error=400 statements, trace =90 statements etc. I am just curious, what could be the possible reason for having such few "fatal" statements. Can you give your opinion about this? Thanks! for reply. On Mon, Aug 11,

Re: Too few fatal log ststements

2014-08-11 Thread Mark Thomas
On 11/08/2014 09:14, sangeeta lal wrote: > Hello Team, > > > I am sangeeta PhD scholar and Researcher working in the are of mining > software repositories. > > Currently I am working on the *tomcat *platform. I am parsing the code of > tomcat (version 8) and I discovered that there are only *"1

Too few fatal log ststements

2014-08-11 Thread sangeeta lal
Hello Team, I am sangeeta PhD scholar and Researcher working in the are of mining software repositories. Currently I am working on the *tomcat *platform. I am parsing the code of tomcat (version 8) and I discovered that there are only *"10-11" log.fatal statement.* I am just curious, is it no