Tuesday, April 17, 2012

Extended Logging Format Fields (ELFF) in WebLogic

By default WebLogic logs this fields in the access.log:
date time cs-method cs-uri sc-status

Here is the MBean WebServerLogMBean.ELFFields

and here the entire documentation on the supported field identifiers.

c-ip

The IP address of the client.

s-ip

The IP address of the server.


Don't forget that in case of need you can define a Java class to provide extra ELF fields.

No comments: