apache / pulsar-client-cpp

Apache Pulsar C++ client library
https://pulsar.apache.org/
Apache License 2.0
53 stars 62 forks source link

[Improve] Catch the log when running the test service #194

Open RobertIndie opened 1 year ago

RobertIndie commented 1 year ago

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.

tisonkun commented 1 year ago

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

BewareMyPower commented 1 year ago

@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.