TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -23,7 +23,7 @@ extension AttachmentDetectionExtension on ComposerController {
|
||||
return keywords;
|
||||
}
|
||||
} catch (e) {
|
||||
logError('$runtimeType::validateAttachmentReminder:Error $e');
|
||||
logWarning('$runtimeType::validateAttachmentReminder:Error $e');
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user