此内容没有您所选择的语言版本。
Chapter 7. Logging
7.1. Enabling protocol logging 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The client can log AMQP protocol frames to the console. This data is often critical when diagnosing problems.
To enable protocol logging, set the PN_TRACE_FRM
environment variable to 1
:
Example: Enabling protocol logging
export PN_TRACE_FRM=1 <your-client-program>
$ export PN_TRACE_FRM=1
$ <your-client-program>
To disable protocol logging, unset the PN_TRACE_FRM
environment variable.