【发布时间】:2013-11-20 18:34:51
【问题描述】:
我在 WebLogic 中使用 JAX-WS,并且能够通过使用以下参数(在 https://metro.java.net/guide/ch02.html#logging 中指定)启用消息日志记录:
com.sun.xml.ws.transport.http.HttpAdapter.dump=true
com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true
但是,日志条目不包含任何时间戳,因此我几乎没有关于何时接收/发送每条消息的信息。
有没有办法为生成的日志条目添加时间戳?
【问题讨论】:
标签: java web-services jax-ws weblogic-10.x