fix: remove invalid positional arg from structlog call

This commit is contained in:
Pratik Narola 2026-01-16 00:38:41 +05:30
parent 5bcecf4649
commit 6f9b545c15

View file

@ -60,10 +60,7 @@ class Mem0Manager:
def __init__(self):
# Custom endpoint configuration with graph memory enabled
logger.info(
"Initializing ultra-minimal Mem0Manager with custom endpoint with settings:",
settings,
)
logger.info("Initializing Mem0Manager with custom endpoint")
config = {
"version": "v1.1",
"enable_graph": True,