Add optional "log_file" configuration option.

This commit is contained in:
Kalzu Rekku
2026-07-18 00:14:49 +03:00
parent 216074b1b1
commit 2de4d378ca
3 changed files with 19 additions and 12 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
"websocket_url": "wss://stream.bybit.com/v5/public/linear",
"symbol": "BTCUSDT",
"data_dir": "data",
"log_file": "engine.log",
"hot_retention_hours": 12,
"feature_retention_days": 30,
"writer_flush_interval_ms": 500,
"writer_batch_size": 100,
"tick_channel_buffer": 10000,
"maintenance_interval_minutes": 60
}
}