Pre-check

  • [x] I am sure that all the content I provide is in English.

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java Samples (apache/dubbo-samples)

Dubbo Version

dubbo-samples version

Steps to reproduce this issue

This is a problem happened at dubbo-samples repository.When run some samples cases,you can not get the logs normally.

What you expected to happen

print log.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • [ ] Yes I am willing to submit a pull request on my own!

Code of Conduct

Comment From: Aaxcode

@Stellar1999 Hi, I'm new to open source and would like to start contributing. I'd like to work on this issue — could you please assign it to me or guide me on how to get started?

Comment From: heliang666s

@Aaxcode Welcome! To get started, you can open any recent PR in the dubbo repository and check the GitHub Actions CI logs for the dubbo-samples integration tests. Identify which samples are not printing logs as expected, then go to the dubbo-samples repo, update the relevant sample to fix the log output (such as adding logging config or dependencies), and submit a PR.

Comment From: Stellar1999

@Stellar1999 Hi, I'm new to open source and would like to start contributing. I'd like to work on this issue — could you please assign it to me or guide me on how to get started?

Just run dubbo-samples and see which sample can not print logs on the console.