TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -23,7 +23,7 @@ class ConnectWebSocketInteractor {
|
||||
accountId);
|
||||
yield Right(WebSocketConnectionSuccess(webSocketChannel));
|
||||
} catch (e) {
|
||||
logError('ConnectWebSocketInteractor::execute: $e');
|
||||
logWarning('ConnectWebSocketInteractor::execute: $e');
|
||||
yield Left(WebSocketConnectionFailed(exception: e));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user