Remove unwanted logs (#6708)

This commit is contained in:
kannappanr
2018-10-26 14:41:25 -07:00
committed by GitHub
parent 3f643acb99
commit 6869f6d9dd
5 changed files with 3 additions and 14 deletions

View File

@@ -320,7 +320,7 @@ func logIf(ctx context.Context, err error) {
}
// Get full stack trace
trace := getTrace(2)
trace := getTrace(3)
// Get the cause for the Error
message := err.Error()