WebSphere Application Server Plugin LogLevel

 

By default plugin uses LogLevel value as "Error". 

This can be changed for troubleshooting purpose.

Open the plugin-cfg.xml file and edit below marked value for changing the LogLevel.

<Log LogLevel="Error" Name="/opt/IBM/WebSphere/Plugin/logs/http_plugin.log"/>

You can use below values based on your need.


Trace     All of the the request processing steps in detail
Stats      Selected server for each request and load balancing information related to requests.
Warn     All warning and error messages.
Error     Only error messages.
Debug     Critical steps performed in request processing.
Detail     information about requests and responses.

2 comments: