Adding trace logging.

This commit is contained in:
Renan DelValle 2019-09-10 15:19:45 -07:00 committed by Renan DelValle
parent dbad078d95
commit 04471c6918
3 changed files with 48 additions and 19 deletions

View file

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