在 IBM Websphere 7.0 管理控制台中的何处可以配置 http_access.log 以显示响应时间

Where to find in IBM Websphere 7.0 admin console to configure http_access.log to show response time

我们正在使用 IBM Websphere 7.0 服务器。我需要配置以在 http_access.log 中查看响应时间。我浏览了大部分管理控制台选项,但不确定在哪里可以找到它。

PM68250 将自定义日志格式添加到 WAS 7.0.0.25 及更高版本:

http://www-01.ibm.com/support/docview.wss?uid=swg1PM68250

To enable this new functionality please add the "accessLogFormat" custom property to the HTTP Channel, the panel on the administrative console can be found here: Application Servers > {Server Name} > Web Container Transport Chains > {Chain Name} > {HTTP Channel Name} > Custom Properties

Also, please ensure the "Use chain-specific logging" option is enabled on the HTTP Channel where the previously mentioned property is enabled.