Alanxtl commented on code in PR #685:
URL: https://github.com/apache/dubbo-go-pixiu/pull/685#discussion_r2136787212


##########
pkg/common/http/manager.go:
##########
@@ -100,7 +100,7 @@ func (hcm *HttpConnectionManager) handleHTTPRequest(c 
*pch.HttpContext) {
        // recover any err when filterChain run
        defer func() {
                if err := recover(); err != nil {
-                       logger.Warnf("[dubbopixiu go] Occur An Unexpected Err: 
%+v", err)
+                       logger.Warnf("[dubbo-go-pixiu] Occur An Unexpected Err: 
%+v", err)

Review Comment:
   pixiu的日志库是没有这个功能的



-- 
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]

Reply via email to