apache/dubbo-go

rpc调用过程中包含太多无用的error包含无效调试日志

leapig opened this issue · 1 comments

Environment

  • Server: Dubbo-go, v3.2.0-rc1
  • Client: Dubbo-go, v3.2.0-rc1
  • Protocol: Triple+pb
  • Registry: Nacos, v2.3.2

Issue description

服务端返回的错误信息为:Incorrect integer value: '' for column 'staff_size' at row 1
dubbo自身增加了很多调试的错误日志,影响客户端返回给前端使用

Logs

errorMessage里的错误信息是服务端返回的错误信息 截屏2024-07-17 10 13 18

Has been fixed with #2712