TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -148,7 +148,7 @@ class ThreadAPI with HandleSetErrorMixin, MailAPIMixin {
|
||||
getSearchSnippetMethodCallId,
|
||||
SearchSnippetGetResponse.fromJson)?.list;
|
||||
} catch (e) {
|
||||
logError('ThreadAPI::searchEmails:getSearchSnippetsFromResponse: Exception = $e');
|
||||
logWarning('ThreadAPI::searchEmails:getSearchSnippetsFromResponse: Exception = $e');
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user