mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
turn sync logging to debug
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -78,7 +78,7 @@ class SyncCoordinator:
|
||||
"""
|
||||
if not self.should_sync:
|
||||
if self.skip_reason:
|
||||
logger.info(f"{self.skip_reason} - skipping local file sync")
|
||||
logger.debug(f"{self.skip_reason} - skipping local file sync")
|
||||
self._status = SyncStatus.STOPPED
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user