NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Logging in NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
5-12
Configuring Handlers
The following is an example of the NSJSPLogHandler:
1nsjsp.com.tandem.servlet.logging.NSJSPLogHandler.destination =
${catalina.base}/logs/abc
1nsjsp.com.tandem.servlet.logging.NSJSPLogHandler.level = INFO
1nsjsp.com.tandem.servlet.logging.NSJSPLogHandler.datePattern =
'.'yyyy-MM-dd
1nsjsp.com.tandem.servlet.logging.NSJSPLogHandler.archiveDirecto
ry = ${catalina.base}/logs/archive
datePattern Specifies the time interval at which
the log file must roll over.
For the complete list of options to
enable rollover, see Configuring for
Log Rollover Based on Timestamp
on page 5-17.
'.'yyyy-MM-dd
archiveDirect
ory
Specifies the directory location
where the rolled over log files
reside. You can assign any
directory location. If no value is
specified, files rollover in the same
directory where the logs are
created.
${catalina.base}/logs/ar
chive
level Specifies the log level. You can
assign one of the following log
levels:
SEVERE
WARNING
INFO
CONFIG
FINE
FINER
FINEST
OFF
ALL
Note: Assigning OFF causes all
logging to be turned off. Assigning
ALL causes all logging to be turned
on.
INFO
Table 5-3. Configuration Properties of NSJSPLogHandler (page 2 of 2)
Configuration
Property Description Default Value