AlexStocks commented on code in PR #2858:
URL: https://github.com/apache/dubbo-go/pull/2858#discussion_r2071645381
##########
protocol/triple/server.go:
##########
@@ -76,9 +76,13 @@ func (s *Server) Start(invoker protocol.Invoker, info
*common.ServiceInfo) {
serialization := URL.GetParam(constant.SerializationKey,
constant.ProtobufSerialization)
switch serialization {
case constant.ProtobufSerialization:
+ logger.Debugf("Triple server use protobuf serializaition")
case constant.JSONSerialization:
+ logger.Debugf("Triple server use json serializaition")
case constant.Hessian2Serialization:
+ logger.Debugf("Triple server use hessian2 serializaition")
case constant.MsgpackSerialization:
+ logger.Debugf("Triple server use msgpack serializaition")
Review Comment:
这种测试日志放这里有何意义呢?
--
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]