feat: Enable logging to file for persistent MEV bot logs
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -73,7 +73,7 @@ log:
|
|||||||
# Log format (json, text)
|
# Log format (json, text)
|
||||||
format: "text"
|
format: "text"
|
||||||
# Log file path (empty for stdout)
|
# Log file path (empty for stdout)
|
||||||
file: ""
|
file: "logs/mev-bot.log"
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
database:
|
database:
|
||||||
|
|||||||
Reference in New Issue
Block a user