JASLogParse - HTML Web Server (JAS)
You must create debug log by running an application with the logging level in the
jas.ini
set to DEBUG
. For example:
[LOG1]
FILE=<path to log directory>/jas.log
LEVEL=DEBUG
FORMAT=APPS
APPEND=TRUE
MAXFILESIZE=500MB
MAXBACKUPINDEX=20
COMPONENT=RUNTIME|JAS|JDBJ|BASE|BIZLOGIC
Important: It is critical to set LEVEL=DEBUG because the Business Function Timing data is only included at the DEBUG level setting.
The MAXFILESIZE
parameter must be set large enough to minimize the
number of individual segments into which the log is broken.
The COMPONENT
parameter must be set as shown in the [LOG1] example so
that all the data relevant to JASLogParse processing is included in the log.
JASLogParse is intended specifically for JAS debug logs which contain output from a single user. It is not well-suited for logs containing output from multiple users.
When there are multiple users, the user-specific log configuration can be used to
generate a JAS log for a specific single user. In this way, separate logs can be
generated for individual targeted users. For example, if the User Name is
JDE1
, you can use Server Manager to configure the log file
generation as shown in this example:
