TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
This commit is contained in:
@@ -14,7 +14,7 @@ class CozyIntegration {
|
||||
await cozyConfig.injectCozyScript(AppConfig.cozyExternalBridgeVersion);
|
||||
await cozyConfig.initialize();
|
||||
} catch (e) {
|
||||
logError('CozyIntegration::integrateCozy:Exception = $e');
|
||||
logWarning('CozyIntegration::integrateCozy:Exception = $e');
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user