<pattern>%d{HH:mm:ss.SSS}/%r [%thread] %-5level %logger{36} - %msg%n</pattern>
|
<pattern>%d{HH:mm:ss.SSS}/%r [%thread] %-5level %X{OEReq.requestId} %logger{36} - %msg%n</pattern>
|
Logging Field Name
|
Logging Field Description
|
Tomcat Access Log Syntax
|
ABL Application Log Syntax
|
OEReq.userId
|
The Spring Security authenticated user-id who is identified as the client from the server.
|
%{OEReq.userId}r
|
%X{OEReq.userId}
|
OEReq.sessionId
|
The HTTP Session ID assigned to the current PAS for OE client login session (if server login sessions are configured)
|
%S
|
%X{OEReq.SessionId}
|
OEReq.requestId
|
The PAS for OE assigned request ID relative to the server instance (Note: This property is not unique across load balanced server instances.)
|
%{OEReq.requestId}r
|
%X{OEReq.requestId}
|
OEReq.webapp
|
The Java web application context name the PAS for OE client request executes in
|
n/a
|
%X{OEReq.webapp}
|
OEReq.transport
|
The {apsv | soap | rest | web | file} PAS for OE service interface transport name the client's request executes in
|
n/a
|
%X{OEReq.transport}
|
OEReq.remoteHost
|
This field contains the remoteHost DNS address obtained from the PAS for OE network connection
|
%h
|
%X{OEReq.remoteHost}
|
OEReq.remoteAddr
|
This field contains the remoteHost IP address obtained from the PAS for OE network connection
|
%a
|
%X{OEReq.remoteAddr}
|
OEReq.serverName
|
This field contains the name of the PAS for OpenEdge server
|
%v
|
%X{OEReq.serverName}
|
OEReq.URI
|
This field contains the HTTP request's relative URI within OEReq.webapp
|
n/a
|
%X{OEReq.URI}
|
OEReq.protocol
|
This field contains the HTTP request scheme (http / https)
|
%H
|
%X{OEReq.protocol}
|
OEReq.method
|
This field contains the HTTP request's method name
|
%m
|
%X{OEReq.method}
|
OEReqHead.xxxxxx
|
This field contains the value of the HTTP request Header named xxxxxx or n/a if the header does not exist.
|
%{xxxxxx}i
|
%X{OEReqHead.xxxxxx}
|
%X{<name>[:-<default>]}
|
%X{OEReq.requestId}
|
The log shows the assigned request ID or blank if the logging occurs before a request ID can be created.
|
%X{OEReq.requestId:--}
|
The log shows the assigned request ID or "-" if the logging occurs before a request ID can be created.
|
%X{OEReq.requestId:-na}
|
The log shows the assigned request ID or "na" if the logging occurs before a request ID can be created
|