Monitor that shows analyst also. Analyst that controlls its logging.
This commit is contained in:
13
analysis/config.json
Normal file
13
analysis/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user