fixes for sync

This commit is contained in:
phernandez
2025-01-18 20:04:45 -06:00
parent 7322bb5350
commit d65fca0a3c
8 changed files with 140 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ __all__ = ["init", "status", "sync"]
from basic_memory.config import config
def setup_logging(home_dir: str = config.home, log_file: str = "basic-memory-tools.log"):
def setup_logging(home_dir: str = config.home, log_file: str = "./basic-memory/basic-memory-tools.log"):
"""Configure logging for the application."""
# Remove default handler and any existing handlers