This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 4cbbea1 Fix no return value of GetMaxProducers in topic cli (#7990)
add ff6876c [cpp-client] Fix for not respecting custom LoggerFactory
client config (#7932)
No new revisions were added by this update.
Summary of changes:
pulsar-client-cpp/lib/ClientImpl.cc | 18 ++++----
pulsar-client-cpp/lib/LogUtils.cc | 2 +
pulsar-client-cpp/lib/LogUtils.h | 2 +
pulsar-client-cpp/tests/CustomLoggerTest.cc | 69 +++++++++++++++++++++++++++++
4 files changed, 83 insertions(+), 8 deletions(-)
create mode 100644 pulsar-client-cpp/tests/CustomLoggerTest.cc