psc.as.accesslog.pattern=%h %u %t "%r" %s %b %D %I %S
|
psc.as.accesslog.pattern=%h %{OEReq.userId}r %t "%r" %s %b %D %I %S %{OEReq.requestId}r
|
MDC field
|
Description
|
%{OEReq.requestId}r
|
Track client HTTP requests through the Tomcat, ABL Session Manager, and Multi-session agent.
|
%{OEReq.userId}r
|
Replaces the Tomcat logging token %r with the OpenEdge Spring authentication user-id
|
%{<http-header>}r
|
Any standard Tomcat HTTP request headers can be included into your access log. See Configure MDC access to HTTP Request Headers for more information.
|