You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Pelillo <pe...@earthlink.net> on 2002/06/19 04:20:08 UTC

What are the various "DEBUG Levels?"

If I look at the web.xml file (4.1.3) I see line like the following

	<init-param>
            <param-name>debug</param-name>
            <param-value>0</param-value>
        </init-param>

I can also see something similar if I use the admin tool included with
Tomcat 4.1.3.  But I don't understand them.

I have seen a case where they are set to anything other than 0, but the
admin tool let me choose 0-9.  I have tried different setting, but I
haven't seen any difference.  I might be looking in the right place.

I am trying to debug an application originally written for Tomcat 3.3
and I get an error java exception error _jspServer (unknown service).  I
was hoping these would spit a lot of detail into the log file about what
was going on, but it didn't seem to work.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: What are the various "DEBUG Levels?"

Posted by Rob Reis <wi...@yahoo.com>.
Tomcat's Logger docs. provide the different
"verbosity" levels:

"The verbosity level for this logger. Messages with a
higher verbosity level than the specified value will
be silently ignored. Available levels are 0 (fatal
messages only), 1 (errors), 2 (warnings), 3
(information), and 4 (debug). If not specified, the
default value will be 1 (error)."

Here's the
URL:http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/logger.html

--- Mark Pelillo <pe...@earthlink.net> wrote:
> 
> If I look at the web.xml file (4.1.3) I see line
> like the following
> 
> 	<init-param>
>             <param-name>debug</param-name>
>             <param-value>0</param-value>
>         </init-param>
> 
> I can also see something similar if I use the admin
> tool included with
> Tomcat 4.1.3.  But I don't understand them.
> 
> I have seen a case where they are set to anything
> other than 0, but the
> admin tool let me choose 0-9.  I have tried
> different setting, but I
> haven't seen any difference.  I might be looking in
> the right place.
> 
> I am trying to debug an application originally
> written for Tomcat 3.3
> and I get an error java exception error _jspServer
> (unknown service).  I
> was hoping these would spit a lot of detail into the
> log file about what
> was going on, but it didn't seem to work.
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>