Skip to content

0.3.54

Compare
Choose a tag to compare
@zhang123cnn zhang123cnn released this 02 Feb 19:02
· 263 commits to master since this release
653e679
Only add exception of error details to retryable exception (#956)

Summary:
Currently we are logging out both id and title of error details to
Retryable Import Exception. However, this makes the log line hard to be
categorized.

Since we are only logging the first error and we log error for
individual transfer item in the end, we can remove id and title from
here.

This commit is to do that.

Test Plan: build and check log line

Reviewers: #dtp

Subscribers: 

Tasks: T81987523

Tags: 

Blame Revision: 


Differential Revision: https://phabricator.intern.facebook.com/D26147813