r27153733 opened a new issue, #2638:
URL: https://github.com/apache/dubbo-go/issues/2638
### Environment
<!--
- Server: Dubbo-go, v3.0.5
- Client: Dubbo-go, v3.0.5
- Protocol: Triple
- Registry: Nacos, v2.0.0
-->
- Server: Dubbo-go, v3.1.1
- Client: Dubbo-go, v3.1.1
- Protocol: Triple
### Issue description
<!-- Here is a brief description about the issue. -->
logger/zap/zap.go,格式化打印未使用切片...导致格式错误。
### Logs
<details><summary>Click me to check logs</summary>
```
logger.Infof("rule.steategy: %+v, From %s to Open, snapshot: %.2f, time:
%d\n", rule.Strategy, prev.String(), snapshot, util.CurrentTimeMillis())
2024-03-14 21:35:25 INFO logger/logging.go:42 rule.steategy:
[ErrorRatio Closed 1 1710422376824], From %!s(MISSING) to Open, snapshot:
%!f(MISSING), time: %!d(MISSING)
```
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]