apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.3k stars 26.38k forks source link

[Task] Support link to FAQ from Dubbo logger #10223

Open AlbumenJ opened 2 years ago

AlbumenJ commented 2 years ago

Related issue #10154

Status: to be planned

Background: The Logger abstraction layer that Dubbo relies on provides log output capability, but most of the exception logs do not have troubleshooting instructions, so users cannot handle the exception after seeing the exception.

Solution: By improving the FAQ and other documents in the official documents, when the Dubbo log framework outputs abnormality, it will also output the corresponding official website description link, so as to guide users to conduct independent investigation.

cv-prasad commented 1 year ago

@AlbumenJ please assign this to me

AlbumenJ commented 1 year ago

This feature has been supported now