On 09/30/2013 11:46 AM, NeilOwens wrote:
How do I enable the client-side logging?
The easiest is to set an environment variable: export QPID_LOG_ENABLE=debug+
If that isn't possible for whatever reason, you can also do it in code[1]:
qpid::log::Options opts;
opts.selectors.push_back("debug+");
qpid::log::Logger::instance().configure(opts);
[1] At least on older versions. On trunk these headers are currently not
accessible.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]