remove emojis from console
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user