remove emojis from console

This commit is contained in:
Dobromir Popov
2025-10-25 16:35:08 +03:00
parent 5aa4925cff
commit b8f54e61fa
75 changed files with 828 additions and 828 deletions

View File

@@ -96,7 +96,7 @@ class UnifiedDataProviderExtension:
logger.info("✓ Ingestion pipeline started")
self._initialized = True
logger.info(" Unified storage system initialized successfully")
logger.info(" Unified storage system initialized successfully")
return True
@@ -119,7 +119,7 @@ class UnifiedDataProviderExtension:
logger.info("✓ Database connection closed")
self._initialized = False
logger.info(" Unified storage system shutdown complete")
logger.info(" Unified storage system shutdown complete")
except Exception as e:
logger.error(f"Error shutting down unified storage: {e}")