From 3b98cdeefa410a9b946ff8f609a7b15d90836a22 Mon Sep 17 00:00:00 2001 From: Krypto Kajun Date: Sun, 14 Sep 2025 06:27:39 -0500 Subject: [PATCH] feat: Enable logging to file for persistent MEV bot logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Configure log output to logs/mev-bot.log instead of stdout only - Create logs directory structure for organized log management - Enable persistent logging for long-running MEV monitoring sessions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 354fe94..21868c7 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -73,7 +73,7 @@ log: # Log format (json, text) format: "text" # Log file path (empty for stdout) - file: "" + file: "logs/mev-bot.log" # Database configuration database: