Monitor that shows analyst also. Analyst that controlls its logging.

This commit is contained in:
Kalzu Rekku
2026-01-14 00:28:13 +02:00
parent f47652b0b9
commit 7d7038d6bd
5 changed files with 631 additions and 23 deletions

13
analysis/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"candels_database": "../onramp/market_data.db",
"analysis_database": "./analysis.db",
"status_host": "127.0.0.1",
"status_port": 9997,
"logging": {
"stdout": false,
"file": true,
"file_path": "./logs/analyst.log",
"level": "INFO"
}
}