TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -70,7 +70,7 @@ class Domain with EquatableMixin {
|
||||
InternetAddress(value);
|
||||
return true;
|
||||
} catch (e) {
|
||||
logError('Domain::validIPAddress: Exception = $e');
|
||||
logWarning('Domain::validIPAddress: Exception = $e');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user