Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set debug level of FileLogger

Status
Not open for further replies.

KerenE

Programmer
Nov 20, 2003
10
IL
Hi.

I would like to know how to set the debug level of each defined log file.

I tried to use the attribute "verbosity" with no success:

<Logger className=&quot;org.apache.catalina.logger.FileLogger&quot; verbosity=&quot;4&quot; directory=&quot;logs&quot; prefix=&quot;servlets_log.&quot; suffix=&quot;.txt&quot; timestamp=&quot;true&quot;/>

I'm getting the same basic messages no matter what I'm doing.
I also tried to change the debug attribute of each component to &quot;4&quot;(debug) with no success either.


please assist me.
thanks in advanced
keren.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top