servlet log location

anyone know where will the log message go to if I use servlet 2.2 api log() to log debug message ?
[113 byte] By [708907] at [2007-11-25 8:32:21]
# 1

These log messages are written to the server.log file of the instance, but they are hidden under the FINE level rather than being displayed as INFO messages with their own unique message ID.

To see these messages, you can set the instance's log level to FINE, but you will also see many log messages included in the event log in addition to the ServletContext.log() output.

A bug (4781119) exists for this issue.

Thanks,

Chris

Christopher Kampmeier at 2007-7-1 15:03:24 > top of Java-index,Application & Integration Servers,Application Servers...