From 803f3efe53a4d9184013744ff62fda808b9ce96b Mon Sep 17 00:00:00 2001 From: phernandez Date: Sat, 17 Jan 2026 15:10:04 -0600 Subject: [PATCH] turn sync logging to debug Signed-off-by: phernandez --- src/basic_memory/sync/coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic_memory/sync/coordinator.py b/src/basic_memory/sync/coordinator.py index e9dde8e3..1760d33b 100644 --- a/src/basic_memory/sync/coordinator.py +++ b/src/basic_memory/sync/coordinator.py @@ -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