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-11
Configuring Handlers
prefix
Following is an example of the FileHandler:
#4admin.org.apache.juli.FileHandler.level = INFO
#4admin.org.apache.juli.FileHandler.directory =
${catalina.base}/logs
#4admin.org.apache.juli.FileHandler.prefix = admin.
NSJSPLogHandler
Table 5-3 lists the configuration properties that can be specified for the
NSJSPLogHandler.
Table 5-3. Configuration Properties of NSJSPLogHandler (page 1 of 2)
Configuration
Property Description Default Value
destination Specifies the logging location. You
can assign one of the following
options:
OSS file
STDERR
STDOUT
EMS
The Open System Services (OSS)
file name is derived from the server
class name. For example, if the
server class name is abc, the OSS
file name will be
abc.<date>.log. The extension,
.log is appended by the server.
OSS file
format Enables you to configure the
message format.
The following is the default
format: {DATE,date,EEE,
MMM dd, HH:mm:ss};
{PROCESSNAME}; {LEVEL};
{SOURCE}; {MESSAGE}
maxFileSize Specifies the file size (in MB) at
which the file must roll over. The
property is applicable only if the
value assigned to the destination
property is an OSS filename. You
can assign any value above 10 MB.
Disabled by default.