chain network name display fixed
This commit is contained in:
@@ -180,9 +180,6 @@ func (l *loggingRoundTripper) RoundTrip(req *http.Request) (*http.Response, erro
|
||||
}
|
||||
if resp.StatusCode >= 400 {
|
||||
l.logger.Warn("RPC response error", respFields...)
|
||||
} else {
|
||||
// Log response content so downstream parse failures can be inspected without debug logs.
|
||||
l.logger.Warn("RPC response", respFields...)
|
||||
}
|
||||
|
||||
return resp, nil
|
||||
|
||||
Reference in New Issue
Block a user