From 280cb2fe54ff38556ad350dbb63392e26c79c8cb Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 4 Nov 2025 14:43:12 -0500 Subject: [PATCH] Remove error and output file redirection from ecosystem configuration --- ecosystem.config.cjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 926b70b6..723fc519 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -13,8 +13,6 @@ module.exports = { apps: [{ name: 'claude-mem-worker', script: './plugin/scripts/worker-service.cjs', - error_file: '/dev/null', - out_file: '/dev/null', watch: true, ignore_watch: [ 'node_modules',