Skip to content

Commit

Permalink
use Warn log level
Browse files Browse the repository at this point in the history
  • Loading branch information
whalecold committed Nov 1, 2023
1 parent 98c0648 commit 557da6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacos/nacos.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (c *client) RegisterConfigCallback(param vo.ConfigParam,
if err != nil {
// If the initial connection fails and the reconnection is successful, the callback handler can also be invoked.
// Ignore the error here and print the error info.
klog.Errorf("get config %v from nacos failed %v", param, err)
klog.Warnf("get config %v from nacos failed %v", param, err)
}

callback(data, c.parser)
Expand Down

0 comments on commit 557da6d

Please sign in to comment.