pulsar-client-cpp icon indicating copy to clipboard operation
pulsar-client-cpp copied to clipboard

[Improve] Catch the log when running the test service

Open RobertIndie opened this issue 2 years ago • 2 comments

Currently, there is no log when running the test service. We cannot get the log from the test broker. It's inconvenient to debug the failed tests.

RobertIndie avatar Feb 14 '23 07:02 RobertIndie

Is this issue still relevant? If you can provide some background like where is the related code, I suppose it can be a good first issue :D

tisonkun avatar Jun 13 '23 03:06 tisonkun

@tisonkun When running unit tests, only the client side logs are shown. The logs of Pulsar standalone are not caught. It could be better to upload the server side logs for debugging.

BewareMyPower avatar Jun 13 '23 07:06 BewareMyPower