TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -202,7 +202,7 @@ class HomeController extends ReloadableController {
|
||||
),
|
||||
);
|
||||
} catch (e) {
|
||||
logError('HomeController::_getSessionActionToLogOut:Exception = $e');
|
||||
logWarning('HomeController::_getSessionActionToLogOut:Exception = $e');
|
||||
_handleGetSessionFailureToLogOut(authenticationViewStateSuccess);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user