Skip to content

Commit 803f3ef

Browse files
committed
turn sync logging to debug
Signed-off-by: phernandez <[email protected]>
1 parent d6dab85 commit 803f3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_memory/sync/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def start(self) -> None:
7878
"""
7979
if not self.should_sync:
8080
if self.skip_reason:
81-
logger.info(f"{self.skip_reason} - skipping local file sync")
81+
logger.debug(f"{self.skip_reason} - skipping local file sync")
8282
self._status = SyncStatus.STOPPED
8383
return
8484

0 commit comments

Comments
 (0)