Adding trace logging.
This commit is contained in:
parent
dbad078d95
commit
04471c6918
3 changed files with 48 additions and 19 deletions
2
retry.go
2
retry.go
|
@ -151,7 +151,7 @@ func (c *Client) thriftCallWithRetries(thriftCall auroraThriftCall) (*aurora.Res
|
|||
|
||||
resp, clientErr = thriftCall()
|
||||
|
||||
c.logger.DebugPrintf("Aurora Thrift Call ended resp: %v clientErr: %v\n", resp, clientErr)
|
||||
c.logger.TracePrintf("Aurora Thrift Call ended resp: %v clientErr: %v\n", resp, clientErr)
|
||||
}()
|
||||
|
||||
// Check if our thrift call is returning an error. This is a retriable event as we don't know
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue